We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9b041 commit 7d19e4dCopy full SHA for 7d19e4d
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.0.0] - 2018-05-29
8
9
-[master]: https://github.com/DripEmail/drip-ruby/compare/v2.0.0...HEAD
10
-
11
-- Your contribution here!
+[3.0.0]: https://github.com/DripEmail/drip-ruby/compare/v2.0.0...v3.0.0
12
13
### Added
14
- `Drip::Client#url_prefix` method to enable pointing client at different endpoints (mostly useful for internal testing and mocking).
lib/drip/version.rb
@@ -1,3 +1,3 @@
1
module Drip
2
- VERSION = "2.0.0".freeze
+ VERSION = "3.0.0".freeze
3
end
0 commit comments