Skip to content

Commit 7d19e4d

Browse files
committed
Prep for v3.0.0
1 parent 4d9b041 commit 7d19e4d

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.0.0] - 2018-05-29
88

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

1311
### Added
1412
- `Drip::Client#url_prefix` method to enable pointing client at different endpoints (mostly useful for internal testing and mocking).

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

0 commit comments

Comments
 (0)