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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+
89## [ current]
10+
11+
12+ ## [ 0.9.9] - 2020-07-19
913### Fixed
1014- Update puma (CVE-2020 -11076 and CVE-2020 -11077).
1115- 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
132136### Added
133137- Initial public release
134138
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
137142[ 0.9.7 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.7
138143[ 0.9.6 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.6
139144[ 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 11module ActiveWorkflow
22 class Application
3- VERSION = '0.9.8 '
3+ VERSION = '0.9.9 '
44 end
55end
You can’t perform that action at this time.
0 commit comments