Skip to content

Commit cde75fa

Browse files
author
Vidas P
committed
Bump version to v0.9.9.2
1 parent 91f867f commit cde75fa

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ 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-
## [0.9.9.1] -2020-08-31
9+
## [current]
10+
11+
12+
## [0.9.9.2] - 2020-09-09
13+
### Fixed
14+
- Correct broken docker-compose syntax.
15+
- Properly initialise database when starting web container.
16+
17+
18+
## [0.9.9.1] - 2020-08-31
1019
### Changed
1120
- Start multiple containers (separate ones for web, scheduler and worker) when
1221
using default docker-compose configuration.
@@ -142,7 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142151
### Added
143152
- Initial public release
144153

145-
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.9.1...HEAD
154+
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.9.2...HEAD
155+
[0.9.9.2]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9.2
146156
[0.9.9.1]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9.1
147157
[0.9.9]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9
148158
[0.9.8]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.8

VERSION

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

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

0 commit comments

Comments
 (0)