Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Sharshenov committed Oct 20, 2023
1 parent a781ca0 commit 1fcfd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased](https://github.com/veeqo/activejob-uniqueness/compare/v0.2.5...HEAD)
## [Unreleased](https://github.com/veeqo/activejob-uniqueness/compare/v0.3.0...HEAD)


## [0.3.0](https://github.com/veeqo/activejob-uniqueness/compare/v0.2.5...v0.3.0) - 2023-10-20

### Added
- [#66](https://github.com/veeqo/activejob-uniqueness/pull/66) Activejob 7.1 support by [@laurafeier](https://github.com/laurafeier)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_job/uniqueness/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveJob
module Uniqueness
VERSION = '0.2.5'
VERSION = '0.3.0'
end
end

0 comments on commit 1fcfd88

Please sign in to comment.