We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d1319 commit 4ab5cb3Copy full SHA for 4ab5cb3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 4.2.1
4
+
5
+### Bug fixes
6
7
+* Address edge case with `table` config param ([#339](https://github.com/rubyconfig/config/pull/339))
8
9
## 4.2.0
10
11
### Bug fixes
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '4.2.0'.freeze
+ VERSION = '4.2.1'.freeze
end
0 commit comments