Skip to content

Commit

Permalink
Merge pull request #163 from kufu/releases/5_0_1
Browse files Browse the repository at this point in the history
Bump up version to v5.0.1
  • Loading branch information
wata727 authored May 10, 2024
2 parents 60bcbcb + b3c5c0f commit 2062921
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.0.1

- [Fix a typo #157](https://github.com/kufu/activerecord-bitemporal/pull/157)
- [Remove unneeded unscope values #159](https://github.com/kufu/activerecord-bitemporal/pull/159)
- [Remove unused `without_ignore` option #160](https://github.com/kufu/activerecord-bitemporal/pull/160)
- [update auto assign #161](https://github.com/kufu/activerecord-bitemporal/pull/161)

## 5.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 = "5.0.0"
VERSION = "5.0.1"
end
end

0 comments on commit 2062921

Please sign in to comment.