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 #339 from aaronmallen/release/v1.1.3
Browse files Browse the repository at this point in the history
generate v1.1.3 release
  • Loading branch information
aaronmallen authored Feb 16, 2022
2 parents 38bcdb0 + 52331c5 commit 93527b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [v1.1.3] - 2022-02-16

### Changed

- [\#338] Bump activemodel and activesupport to 6.1.4.4

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

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

<!-- versions -->

[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.3...HEAD
[v1.1.3]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.2...v1.1.3
[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
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 @@ -16,7 +16,7 @@ module Version

# The ActiveInterctor patch version number
# @return [Integer] The ActiveInteractor patch version number
PATCH = 2
PATCH = 3

# The ActiveInterctor pre-release version
# @return [String | nil] The ActiveInteractor pre-release version
Expand Down

0 comments on commit 93527b6

Please sign in to comment.