Skip to content

Commit

Permalink
Merge pull request #170 from kufu/release/5_2_0
Browse files Browse the repository at this point in the history
Bump up version to v5.2.0
  • Loading branch information
krororo authored Jun 24, 2024
2 parents 2658636 + c06152a commit d9202c1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 5.2.0

### Added

### Changed

### Deprecated

### Removed

### Fixed

- [Delegate CollectionProxy#bitemporal_value to Relation #168](https://github.com/kufu/activerecord-bitemporal/pull/168)
- [Fix unintended valid_datetime set when `CollectionProxy#load` #169](https://github.com/kufu/activerecord-bitemporal/pull/169)

### Chores

- [Do not run CI against rails_main #166](https://github.com/kufu/activerecord-bitemporal/pull/166)

## 5.1.0

### Added
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 = "5.1.0"
VERSION = "5.2.0"
end
end

0 comments on commit d9202c1

Please sign in to comment.