Skip to content

Commit

Permalink
Bump to version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlarose committed May 3, 2023
1 parent 70633f2 commit 8418bdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.0

### Bug fixes

* Remove use of method `File.exists?` to fix use in Ruby 3.0 ([#318](https://github.com/rubyconfig/config/pull/318))

## 4.1.0

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Config
VERSION = '4.1.0'.freeze
VERSION = '4.2.0'.freeze
end

0 comments on commit 8418bdf

Please sign in to comment.