Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
* Added
  - get contract_changes

* Changed
  - Set required ruby version to >= 2.6
  - Replace Travis CI with CircleCI
  - `rubocop` version is specified to be `~> 1.8.1`
  - `performance` version is specified to be `~> 1.7.0`

* Removed
  - Drop support for Ruby <= 2.5
  - Drop support for JRuby
  • Loading branch information
Marten Klitzke committed Feb 22, 2022
1 parent 9d440a6 commit 110c53f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
## [UNRELEASED]

### Added
### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.7.0] - 2022-02-22

### Added

- get contract_changes

### Changed

- Set required ruby version to >= 2.6
- Replace Travis CI with CircleCI
- `rubocop` version is specified to be `~> 1.8.1`
- `performance` version is specified to be `~> 1.7.0`

### Deprecated

### Removed

- Drop support for Ruby <= 2.5
- Drop support for JRuby

### Fixed

### Security

## [0.6.0] - 2021-03-03
### Changed
- `faraday_middleware` version is specified to be `>= 1.0.0`
Expand Down
2 changes: 1 addition & 1 deletion lib/pactas_itero/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactasItero
VERSION = "0.6.0".freeze
VERSION = "0.7.0".freeze
end

0 comments on commit 110c53f

Please sign in to comment.