Skip to content

Commit

Permalink
Prepare version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepidd committed Nov 24, 2024
1 parent 3a5b402 commit 27946fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Unreleased

[Compare master with v1.4.1](https://github.com/intrepidd/working_hours/compare/v1.4.1...master)
[Compare master with v1.5.0](https://github.com/intrepidd/working_hours/compare/v1.5.0...master)

* Drop support for unsupported Ruby & ActiveSupport versions
* Add support to ActiveSupport 7.0
# v1.5.0
This release does not include any code change, there is only a dependency bump to ActiveSupport >= 7.0 to reflect the actual versions the gem supports.

* Drop support for unsupported Ruby & ActiveSupport versions
* Add support to ActiveSupport 7 and 8
* Changes gemspec dependency to ActiveSupport >= 7.0

# v1.4.1
* Add InvalidConfiguration error code to allow custom message or behavior - [#47](https://github.com/Intrepidd/working_hours/pull/47)
Expand Down
2 changes: 1 addition & 1 deletion lib/working_hours/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WorkingHours
VERSION = "1.4.1"
VERSION = "1.5.0"
end

0 comments on commit 27946fa

Please sign in to comment.