Skip to content

Commit 849392f

Browse files
committed
Bump version for release
1 parent 56e1269 commit 849392f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
- Your contribution here!
1212

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+
1317
### Fixed
1418

1519
- [#48](https://github.com/DripEmail/drip-ruby/issues/48): Repair json parsing to work correctly

lib/drip/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Drip
2-
VERSION = "3.1.0".freeze
2+
VERSION = "3.1.1".freeze
33
end

0 commit comments

Comments
 (0)