diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ea65c..1e85a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 5.1.0 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +- [Remove `joinable: false` #156](https://github.com/kufu/activerecord-bitemporal/pull/156) + +### Chores + +- [Remove database_cleaner #162](https://github.com/kufu/activerecord-bitemporal/pull/162) + ## 5.0.1 - [Fix a typo #157](https://github.com/kufu/activerecord-bitemporal/pull/157) diff --git a/lib/activerecord-bitemporal/version.rb b/lib/activerecord-bitemporal/version.rb index 3da0144..0b799eb 100644 --- a/lib/activerecord-bitemporal/version.rb +++ b/lib/activerecord-bitemporal/version.rb @@ -2,6 +2,6 @@ module ActiveRecord module Bitemporal - VERSION = "5.0.1" + VERSION = "5.1.0" end end