Skip to content

Commit 8418bdf

Browse files
committed
Bump to version 4.2.0
1 parent 70633f2 commit 8418bdf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.2.0
4+
5+
### Bug fixes
6+
7+
* Remove use of method `File.exists?` to fix use in Ruby 3.0 ([#318](https://github.com/rubyconfig/config/pull/318))
8+
39
## 4.1.0
410

511
### Bug fixes

lib/config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Config
2-
VERSION = '4.1.0'.freeze
2+
VERSION = '4.2.0'.freeze
33
end

0 commit comments

Comments
 (0)