Skip to content

Commit 4e93780

Browse files
author
Vidas P
committed
Bump version to 0.9.5
1 parent 609b547 commit 4e93780

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.4
1+
0.9.5

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

0 commit comments

Comments
 (0)