Skip to content

Commit 14612eb

Browse files
author
Vidas P
committed
Bump version to v0.9.8
1 parent bcfa524 commit 14612eb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ 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

88
## [current]
9+
10+
11+
## [0.9.8] - 2020-05-11
912
### Fixed
1013
- Update puma (CVE-2020-5249).
1114
- Update rails, grape (CVE-2020-5267).
@@ -111,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111114
### Added
112115
- Initial public release
113116

114-
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.7...HEAD
117+
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.8...HEAD
118+
[0.9.7]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.8
115119
[0.9.7]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.7
116120
[0.9.6]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.6
117121
[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.7
1+
0.9.8

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.7'
3+
VERSION = '0.9.8'
44
end
55
end

0 commit comments

Comments
 (0)