Skip to content

Commit 548f0ba

Browse files
committed
Prep for version 3.1.0
1 parent 9c7d968 commit 548f0ba

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [3.1.0] - 2018-06-05
88

9-
[master]: https://github.com/DripEmail/drip-ruby/compare/v3.0.0...HEAD
10-
11-
- Your contribution here!
9+
[3.1.0]: https://github.com/DripEmail/drip-ruby/compare/v3.0.0...v3.1.0
1210

1311
### Fixed
1412
- [#46](https://github.com/DripEmail/drip-ruby/pull/46): Fix verb class equality check - [@marcinbunsch](https://github.com/marcinbunsch)

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.0.0".freeze
2+
VERSION = "3.1.0".freeze
33
end

0 commit comments

Comments
 (0)