Skip to content

Commit 095e1e2

Browse files
author
Vidas P
committed
Bump version to 0.9.9
1 parent 9e5b6e4 commit 095e1e2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.8
1+
0.9.9

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveWorkflow
22
class Application
3-
VERSION = '0.9.8'
3+
VERSION = '0.9.9'
44
end
55
end

0 commit comments

Comments
 (0)