Skip to content

Commit f423e8e

Browse files
author
Vidas P
committed
Bump version to 0.9.11
1 parent b25953f commit f423e8e

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ 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-
98
## [current]
9+
10+
11+
## [0.9.11] - 2020-10-28
1012
### Changed
1113
- Updated `mini_racer` and `libv8` - current combination started failing
1214
to install on MacOS.
1315
- Updated `puma` - MacOS related [issue](https://github.com/puma/puma/issues/2304).
1416
- Renamed `headers_to_save` to `headers_to_include` in HTTP Status Agent.
1517
- Replace `working` with `issues` and add desctiptions.
1618
- Update `bundler` to 2.1.4.
19+
- Numerous UI improvements.
1720

1821

19-
## [0.9.10]
22+
## [0.9.10] - 2020-09-22
2023
### Fixed
2124
- Don't use `foreman` to manage multiple processes when running with
2225
`SINGLE_DYNO=1`. Single-dyno mode was demoted to being used purely for trying
@@ -175,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175178
### Added
176179
- Initial public release
177180

178-
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.10...HEAD
181+
[current]: https://github.com/automaticmode/active_workflow/compare/v0.9.11...HEAD
182+
[0.9.11]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.11
179183
[0.9.10]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.10
180184
[0.9.9.2]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9.2
181185
[0.9.9.1]: https://github.com/automaticmode/active_workflow/releases/tag/v0.9.9.1

Dockerfile.heroku

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM docker.io/automaticmode/active_workflow:0.9.10
1+
FROM docker.io/automaticmode/active_workflow:0.9.11

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.10
1+
0.9.11

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.10'
3+
VERSION = '0.9.11'
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.10
18+
image: docker.io/automaticmode/active_workflow:0.9.11
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.10
34+
image: docker.io/automaticmode/active_workflow:0.9.11
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.10
48+
image: docker.io/automaticmode/active_workflow:0.9.11
4949
env_file:
5050
- .env
5151
environment:

0 commit comments

Comments
 (0)