Skip to content

Commit d51f180

Browse files
committed
Bump version to v0.9.14
1 parent 080badf commit d51f180

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [current]
8+
## [0.9.14] - 2021-02-16
99
### Added
1010
- Workflow export functionality via the REST API (so workflows can be imported later).
1111

@@ -209,7 +209,8 @@ Removed third party agents:
209209
### Added
210210
- Initial public release
211211

212-
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.13...HEAD
212+
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.14...HEAD
213+
[0.9.14]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.14
213214
[0.9.13]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.13
214215
[0.9.12]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.12
215216
[0.9.11]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.11

Dockerfile.heroku

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/automaticmode/active_workflow:0.9.13
1+
FROM docker.io/automaticmode/active_workflow:0.9.14
22

33
# Remove after the release
44
COPY docker/scripts/entrypoint-heroku /app/docker/scripts/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.13
1+
0.9.14

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

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- 5432:5432
1616

1717
active_workflow_web:
18-
image: docker.io/automaticmode/active_workflow:0.9.13
18+
image: docker.io/automaticmode/active_workflow:0.9.14
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.13
34+
image: docker.io/automaticmode/active_workflow:0.9.14
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.13
48+
image: docker.io/automaticmode/active_workflow:0.9.14
4949
env_file:
5050
- .env
5151
environment:

0 commit comments

Comments
 (0)