We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e1269 commit 849392fCopy full SHA for 849392f
2 files changed
CHANGELOG.md
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
11
- Your contribution here!
12
13
+## [3.1.1] - 2018-06-06
14
+
15
+[3.1.1]: https://github.com/DripEmail/drip-ruby/compare/v3.1.0...v3.1.1
16
17
### Fixed
18
19
- [#48](https://github.com/DripEmail/drip-ruby/issues/48): Repair json parsing to work correctly
lib/drip/version.rb
@@ -1,3 +1,3 @@
1
module Drip
2
- VERSION = "3.1.0".freeze
+ VERSION = "3.1.1".freeze
3
end
0 commit comments