Skip to content

Commit

Permalink
Merge pull request #367 from aaronmallen/release/1.2.2
Browse files Browse the repository at this point in the history
generate v1.2.2 release
  • Loading branch information
aaronmallen authored Oct 1, 2023
2 parents 040dea0 + f2e50e8 commit be159c3
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.2.2] - 2023-09-30

### Fixed

- [\#366] Fixes a minor timing issue for when deferred after_perform callbacks are run.

## [v1.2.1] - 2022-09-26

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

<!-- versions -->

[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/aaronmallen/activeinteractor/compare/v1.2.2...HEAD
[v1.2.2]: https://github.com/aaronmallen/activeinteractor/compare/v1.2.1...v1.2.2
[v1.2.1]: https://github.com/aaronmallen/activeinteractor/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.7...v1.2.0
[v1.1.7]: https://github.com/aaronmallen/activeinteractor/compare/v1.1.6...v1.1.7
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 = 1
PATCH = 2

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

0 comments on commit be159c3

Please sign in to comment.