Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #280 from aaronmallen/release/1.1.1
Browse files Browse the repository at this point in the history
generate the v1.1.1 release
  • Loading branch information
aaronmallen authored Oct 21, 2020
2 parents f1e60fb + 82d7407 commit 1f4afa8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

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

### Fixed

- [\#267](https://github.com/aaronmallen/activeinteractor/pull/267) Allow default attributes to propagate to
sibling/child interactors

## [v1.1.0] - 2020-10-04

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

<!-- versions -->

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

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.0'
VERSION = '1.1.1'
end

0 comments on commit 1f4afa8

Please sign in to comment.