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
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## [Unreleased]
### Fixed
* Support Ruby 3.2 and 3.3, Rails 7.1 and 7.2
* no unreleased changes

### Added
* Support Ruby 3.2. Drop support for Ruby 2.7, Rails 6.0
## 2.3.2 / 2024-11-21
### Fixed
* Support Ruby 3.2 and 3.3, Rails 7.1 and 7.2. Drop support for Ruby 2.7, Rails 6.0

## 2.3.1 / 2022-12-02
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_error/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Contains the version of NdrError. Sourced by the gemspec.
module NdrError
VERSION = '2.3.1'
VERSION = '2.3.2'
end
Loading