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 7784337 commit 89b7982Copy full SHA for 89b7982
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 5.3.0
4
+
5
+* Remove `dry-validation` from dependencies ([#333](https://github.com/rubyconfig/config/pull/333))
6
7
## 5.2.0
8
9
### New features
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '5.2.0'.freeze
+ VERSION = '5.3.0'.freeze
end
0 commit comments