Skip to content

Commit

Permalink
Merge pull request #301 from aaronmallen/release/1.1.2
Browse files Browse the repository at this point in the history
Release/1.1.2
  • Loading branch information
aaronmallen authored Nov 10, 2020
2 parents 9a34f72 + b8796db commit 037cd12
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [v1.1.2] - 2020-11-10

### Changed

- [\#300](https://github.com/aaronmallen/activeinteractor/pull/300) `ActiveModel` and `ActiveSupport` v6.1 will be the
highest supported version for `ActiveInteractor` v1.1.x

### Fixed

- [\#300](https://github.com/aaronmallen/activeinteractor/pull/300) `ActiveInteractor::Context::Error` compatibility
with `ActiveModel` v6.1

## [v1.1.1] - 2020-10-21

### Fixed
Expand Down Expand Up @@ -219,7 +231,8 @@ and this project adheres to [Semantic Versioning].

<!-- versions -->

[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.2...HEAD
[v1.1.2]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.0...v1.1.1
[v1.1.0]: https://github.com/aaronmallen/activeinteractor/compare/v1.0.5...v1.1.0
[v1.0.5]: https://github.com/aaronmallen/activeinteractor/compare/v1.0.4...v1.0.5
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:
activeinteractor (1.1.1)
activeinteractor (1.1.2)
activemodel (>= 4.2, <= 6.1)
activesupport (>= 4.2, <= 6.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_interactor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module ActiveInteractor
# The ActiveInteractor version
# @return [String] the ActiveInteractor version
VERSION = '1.1.1'
VERSION = '1.1.2'
end

0 comments on commit 037cd12

Please sign in to comment.