Skip to content

Commit 89b7982

Browse files
committed
Bump to veresion 5.3.0
1 parent 7784337 commit 89b7982

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 5.3.0
4+
5+
* Remove `dry-validation` from dependencies ([#333](https://github.com/rubyconfig/config/pull/333))
6+
37
## 5.2.0
48

59
### New features

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 = '5.2.0'.freeze
2+
VERSION = '5.3.0'.freeze
33
end

0 commit comments

Comments
 (0)