Skip to content

Commit

Permalink
Merge pull request #141 from kufu/release/4_2_0
Browse files Browse the repository at this point in the history
Bump up version to v4.2.0
  • Loading branch information
wata727 authored Jul 24, 2023
2 parents e52a640 + 3718c35 commit 02145fc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 4.2.0

### Added

- [Allow passing `operated_at` to destroy #138](https://github.com/kufu/activerecord-bitemporal/pull/138)

### Changed

- [Change not to create history when destroying with `force_update` #135](https://github.com/kufu/activerecord-bitemporal/pull/135)
- [Raise `ValidDatetimeRangeError` instead of `RecordInvalid` in `_update_row` #136](https://github.com/kufu/activerecord-bitemporal/pull/136)

### Deprecated

### Removed

### Fixed

### Chores

- [Fix for RSpec deprecated warning #132](https://github.com/kufu/activerecord-bitemporal/pull/132)
- [Add some files to .gitignore #134](https://github.com/kufu/activerecord-bitemporal/pull/134)

## 4.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 = "4.1.0"
VERSION = "4.2.0"
end
end

0 comments on commit 02145fc

Please sign in to comment.