Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
New minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
idabmat committed Oct 2, 2019
1 parent 4d41ffc commit 32b9578
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- `start workflow` now uses the graphql client
- `start task` now uses the graphql client
- `kill workflow` now uses the graphql client
- `pause workflow` now uses the graphql client
- `resume workflow` now uses the graphql client
- `find workflow` now uses the graphql client

### Deprecated

### Removed
Expand All @@ -25,6 +18,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Security

## [0.6.0] - 2019-10-02

### Changed

- `start workflow` now uses the graphql client
- `start task` now uses the graphql client
- `kill workflow` now uses the graphql client
- `pause workflow` now uses the graphql client
- `resume workflow` now uses the graphql client
- `find workflow` now uses the graphql client


## [0.5.3] - 2019-10-02

### Added
Expand Down Expand Up @@ -148,7 +153,8 @@ available.
### Added
- Initial release.

[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.3...HEAD
[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.3...v0.6.0
[0.5.3]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zenaton (0.5.3)
zenaton (0.6.0)
activesupport
tzinfo-data

Expand Down
2 changes: 1 addition & 1 deletion lib/zenaton/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Zenaton
# This gem's current version
VERSION = '0.5.3'
VERSION = '0.6.0'
end

0 comments on commit 32b9578

Please sign in to comment.