Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesaelim committed Feb 9, 2021
1 parent 773b1ea commit 4db1257
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2021-02-09

### Added
- Added Ruby 2.7 and 3.0 to the Travis build matrix

### Changed
- Bumped the Ruby version for development to 3.0.0
- Fixed deprecation warnings around positional and keyword arguments from ruby 2.7.0
- Updated rubocop to v1.9.1, and fixed rubocop violations
- Configured rspec to emit warnings, and fix them
- Re-recorded the spec cassettes
- Fixed broken links in the README

### Removed
- Removed Ruby 2.3 and 2.4 from the Travis build matrix

## [1.3.0] - 2020-04-20

### Changed
Expand Down Expand Up @@ -34,6 +50,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

* Initial Release

[Unreleased]: https://github.com/civisanalytics/mistral_client/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/civisanalytics/mistral_client/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/civisanalytics/mistral_client/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/civisanalytics/mistral_client/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/civisanalytics/mistral_client/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/civisanalytics/mistral_client/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/civisanalytics/mistral_client/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion lib/mistral_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MistralClient
VERSION = '1.3.0'.freeze
VERSION = '2.0.0'.freeze
end

0 comments on commit 4db1257

Please sign in to comment.