We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d968 commit 548f0baCopy full SHA for 548f0ba
2 files changed
CHANGELOG.md
@@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## [3.1.0] - 2018-06-05
8
9
-[master]: https://github.com/DripEmail/drip-ruby/compare/v3.0.0...HEAD
10
-
11
-- Your contribution here!
+[3.1.0]: https://github.com/DripEmail/drip-ruby/compare/v3.0.0...v3.1.0
12
13
### Fixed
14
- [#46](https://github.com/DripEmail/drip-ruby/pull/46): Fix verb class equality check - [@marcinbunsch](https://github.com/marcinbunsch)
lib/drip/version.rb
@@ -1,3 +1,3 @@
1
module Drip
2
- VERSION = "3.0.0".freeze
+ VERSION = "3.1.0".freeze
3
end
0 commit comments