Skip to content

Commit

Permalink
Prep for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnstondrip committed May 29, 2018
1 parent 4d9b041 commit 7d19e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.0.0] - 2018-05-29

[master]: https://github.com/DripEmail/drip-ruby/compare/v2.0.0...HEAD

- Your contribution here!
[3.0.0]: https://github.com/DripEmail/drip-ruby/compare/v2.0.0...v3.0.0

### Added
- `Drip::Client#url_prefix` method to enable pointing client at different endpoints (mostly useful for internal testing and mocking).
Expand Down
2 changes: 1 addition & 1 deletion lib/drip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Drip
VERSION = "2.0.0".freeze
VERSION = "3.0.0".freeze
end

0 comments on commit 7d19e4d

Please sign in to comment.