File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+
8
9
## [ current]
10
+
11
+
12
+ ## [ 0.9.9] - 2020-07-19
9
13
### Fixed
10
14
- Update puma (CVE-2020 -11076 and CVE-2020 -11077).
11
15
- Update rails (CVE-2020 -8165, CVE-2020 -8164, CVE-2020 -8162 and CVE-2020 -8185).
@@ -132,8 +136,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132
136
### Added
133
137
- Initial public release
134
138
135
- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.8...HEAD
136
- [ 0.9.7 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.8
139
+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.9...HEAD
140
+ [ 0.9.9 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9
141
+ [ 0.9.8 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.8
137
142
[ 0.9.7 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.7
138
143
[ 0.9.6 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.6
139
144
[ 0.9.5.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5.1
Original file line number Diff line number Diff line change 1
- 0.9.8
1
+ 0.9.9
Original file line number Diff line number Diff line change 1
1
module ActiveWorkflow
2
2
class Application
3
- VERSION = '0.9.8 '
3
+ VERSION = '0.9.9 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments