Skip to content

Commit

Permalink
Version / CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jan 18, 2023
1 parent 90839dc commit e122270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

## v4.0.0 - Unreleased
## v4.0.1 - 2023-01-18

* Change `File.exists?` to `File.exist?` to support Ruby 3.2.0 - @JNajera

## v4.0.0 - 2022-03-07

* BREAKING CHANGE - `#between` method has been removed (was deprecated in 2.2.0)
* BREAKING CHANGE - `:order` arg for `#between_times` has been removed.
Expand Down
2 changes: 1 addition & 1 deletion lib/by_star/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ByStar
VERSION = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit e122270

Please sign in to comment.