Skip to content

Commit fb80896

Browse files
author
Vidas P
committed
Bump version to 0.9.9.1
1 parent 6c4161f commit fb80896

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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

9-
## [current]
9+
## [0.9.9.1] -2020-08-31
1010
### Changed
1111
- Start multiple containers (separate ones for web, scheduler and worker) when
1212
using default docker-compose configuration.
@@ -142,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142142
### Added
143143
- Initial public release
144144

145-
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.9...HEAD
145+
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.9.1...HEAD
146+
[0.9.9.1]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9.1
146147
[0.9.9]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9
147148
[0.9.8]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.8
148149
[0.9.7]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.7

VERSION

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

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

0 commit comments

Comments
 (0)