Skip to content

Commit

Permalink
Merge pull request #131 from kufu/releases/4_1_0
Browse files Browse the repository at this point in the history
Bump up version to v4.1.0
  • Loading branch information
krororo authored Mar 28, 2023
2 parents e12e1e3 + 7e2e1cd commit ed610e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.1.0

### Added
- [add label option #127](https://github.com/kufu/activerecord-bitemporal/pull/127)

### Changed
- [Support for inverse_of of Rails 6.1 or higher #130](https://github.com/kufu/activerecord-bitemporal/pull/130)

### Deprecated

### Removed

### Fixed

## 4.0.0

### Breaking Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-bitemporal/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module Bitemporal
VERSION = "4.0.0"
VERSION = "4.1.0"
end
end

0 comments on commit ed610e4

Please sign in to comment.