File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ current]
99
10+ ## [ 0.9.5] - 2019-10-16
11+ ### Added
12+ - Basic REST API to query state of the system.
13+
14+ ### Removed
15+ - Google Calendar Publishing Agent. This removal is temporary (conflicting
16+ dependencies), the agent will return soon. If you are using this agent please
17+ skip this version.
18+
1019## [ 0.9.4] - 2019-10-09
1120### Added
1221- Support writing custom agent in ruby using custom agent API
@@ -54,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5463### Added
5564- Initial public release
5665
57- [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.4...HEAD
66+ [ current ] : https://github.com/automaticmode/active_workflow/compare/v0.9.5...HEAD
67+ [ 0.9.5 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.5
5868[ 0.9.4 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.4
5969[ 0.9.3 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.3
6070[ 0.9.2 ] : https://github.com/automaticmode/active_workflow/releases/tag/v0.9.2
Original file line number Diff line number Diff line change 1- 0.9.4
1+ 0.9.5
Original file line number Diff line number Diff line change 11module ActiveWorkflow
22 class Application
3- VERSION = '0.9.4 '
3+ VERSION = '0.9.5 '
44 end
55end
You can’t perform that action at this time.
0 commit comments