@@ -5,10 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ current]
8+ ## [ 0.9.6] - 2019-12-09
9+ ### Added
10+ - Support for remote agents. Custom agents can now be written in any
11+ programming language and use any technology stack.
12+
13+ ### Changed
14+ - All agents now use common ` working ` logic.
15+
16+ ### Fixed
17+ - Update loofah (CVE-2019 -15587).
18+ - Don't use vendor/cache when building docker image.
19+
20+
21+ ## [ 0.9.5.1] - 2019-10-31
22+ ### Added
23+ - Add live updates to the table and diagram of agents.
24+
925### Fixed
10- - Update loofah (CVE-2019 -15587)
11- - Don't use vendor/cache when building docker image
26+ - (Fix #1 ) ActiveWorkflow can now be started with ` docker-compose up `
27+ without pre-built image.
28+
1229
1330## [ 0.9.5] - 2019-10-16
1431### Added
@@ -19,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1936 dependencies), the agent will return soon. If you are using this agent please
2037 skip this version.
2138
39+
2240## [ 0.9.4] - 2019-10-09
2341### Added
2442- Support writing custom agent in ruby using custom agent API
@@ -43,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4361- Removed broken docker image dependency.
4462- Update nokogiri (CVE-2019 -5477).
4563
64+
4665## [ 0.9.2] - 2019-08-07
4766### Fixed
4867- Docker compose doesn't restart container anymore.
@@ -66,7 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6685### Added
6786- Initial public release
6887
69- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.5...HEAD
88+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.6...HEAD
89+ [ 0.9.6 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.6
90+ [ 0.9.5.1 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5.1
7091[ 0.9.5 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5
7192[ 0.9.4 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.4
7293[ 0.9.3 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.3
0 commit comments