Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 5.0.0

### Breaking Changed

- [CI against Ruby 3.2, 3.3, Drop Ruby 2.7 and Rails 6.0 #150](https://github.com/kufu/activerecord-bitemporal/pull/150)

### Added

- [Support date type of valid time #149](https://github.com/kufu/activerecord-bitemporal/pull/149)
- [Add support Rails 7.1 #151](https://github.com/kufu/activerecord-bitemporal/pull/151)
- [Add Persistence#bitemporal_at and ActiveRecord::Bitemporal.bitemporal_at #152](https://github.com/kufu/activerecord-bitemporal/pull/152)

### Changed

### Deprecated

### Removed

### Fixed

- [Fix deleted time order between associations #154](https://github.com/kufu/activerecord-bitemporal/pull/154)

### Chores

- [Don't use appraisal in CI #145](https://github.com/kufu/activerecord-bitemporal/pull/145)
- [Remove code for Active Record 6.0 #153](https://github.com/kufu/activerecord-bitemporal/pull/153)

## 4.3.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 = "4.3.0"
VERSION = "5.0.0"
end
end