File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ current]
99
10+ ## [ 0.9.15.1] - 2021-11-04
11+ ### Added
12+ - SECURITY.md
13+
1014## [ 0.9.15] - 2021-08-04
1115## Removed
1216- Removed IMAP Folder agent.
@@ -242,7 +246,8 @@ Removed third party agents:
242246### Added
243247- Initial public release
244248
245- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.15...HEAD
249+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.15.1...HEAD
250+ [ 0.9.15.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.15.1
246251[ 0.9.15 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.15
247252[ 0.9.14.4 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14.4
248253[ 0.9.14.3 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14.3
Original file line number Diff line number Diff line change 1- FROM docker.io/automaticmode/active_workflow:0.9.15
1+ FROM docker.io/automaticmode/active_workflow:0.9.15.1
22
33# Remove after the release
44COPY docker/scripts/entrypoint-heroku /app/docker/scripts/
Original file line number Diff line number Diff line change 1- 0.9.15
1+ 0.9.15.1
Original file line number Diff line number Diff line change 11module ActiveWorkflow
22 class Application
3- VERSION = '0.9.15'
3+ VERSION = '0.9.15.1 '
44 end
55end
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 - 5432:5432
1616
1717 active_workflow_web :
18- image : docker.io/automaticmode/active_workflow:0.9.15
18+ image : docker.io/automaticmode/active_workflow:0.9.15.1
1919 env_file :
2020 - .env
2121 environment :
@@ -31,7 +31,7 @@ services:
3131 command : /scripts/init
3232
3333 active_workflow_scheduler :
34- image : docker.io/automaticmode/active_workflow:0.9.15
34+ image : docker.io/automaticmode/active_workflow:0.9.15.1
3535 env_file :
3636 - .env
3737 environment :
@@ -45,7 +45,7 @@ services:
4545 command : bundle exec rails runner bin/scheduler.rb
4646
4747 active_workflow_worker :
48- image : docker.io/automaticmode/active_workflow:0.9.15
48+ image : docker.io/automaticmode/active_workflow:0.9.15.1
4949 env_file :
5050 - .env
5151 environment :
You can’t perform that action at this time.
0 commit comments