We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bddb2 commit d5d54fbCopy full SHA for d5d54fb
1 file changed
CHANGELOG.md
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
11
- Your contribution here!
12
13
+### Added
14
+- `Drip::Client#url_prefix` method to enable pointing client at different endpoints (mostly useful for internal testing and mocking).
15
+
16
+### Changed
17
+- Switched from Faraday to Net::HTTP. This also removes the `Drip::Client#connection` method, as it directly exposed Faraday.
18
19
+### Removed
20
+- Removed deprecated `#create_purchase` call.
21
22
## [2.0.0] - 2018-03-27
23
24
[2.0.0]: https://github.com/DripEmail/drip-ruby/compare/v1.0.0...v2.0.0
0 commit comments