|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 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] |
| 8 | + |
| 9 | +[master]: https://github.com/DripEmail/drip-ruby/compare/v2.0.0...HEAD |
| 10 | + |
| 11 | +- Your contribution here! |
| 12 | + |
| 13 | +## [2.0.0] - 2018-03-27 |
| 14 | + |
| 15 | +[2.0.0]: https://github.com/DripEmail/drip-ruby/compare/v1.0.0...v2.0.0 |
| 16 | + |
| 17 | +- Purchases endpoint removed and replaced with orders. |
| 18 | + |
| 19 | +## [1.0.0] - 2017-12-27 |
| 20 | + |
| 21 | +[1.0.0]: https://github.com/DripEmail/drip-ruby/compare/v0.0.12...v1.0.0 |
| 22 | + |
| 23 | +- Add broadcasts endpoints |
| 24 | +- Add account fetch |
| 25 | +- Add campaign and campaign subscription endpoints |
| 26 | +- Add conversion endpoints |
| 27 | +- Add custom field endpoints |
| 28 | +- Add event action endpoints |
| 29 | +- Add form endpoints |
| 30 | +- Add unsubscribe features |
| 31 | +- Add webhook api endpoints |
| 32 | + |
| 33 | +## [0.0.12] - 2017-09-21 |
| 34 | + |
| 35 | +[0.0.12]: https://github.com/DripEmail/drip-ruby/compare/v0.0.11...v0.0.12 |
| 36 | + |
| 37 | +- Update Faraday from 0.9 to 0.13 |
| 38 | + |
| 39 | +## [0.0.11] - 2017-06-20 |
| 40 | + |
| 41 | +[0.0.11]: https://github.com/DripEmail/drip-ruby/compare/v0.0.10...v0.0.11 |
| 42 | + |
| 43 | +- Handle rate limiting |
| 44 | + |
| 45 | +## [0.0.10] - 2017-02-21 |
| 46 | + |
| 47 | +[0.0.10]: https://github.com/DripEmail/drip-ruby/compare/v0.0.9...v0.0.10 |
| 48 | + |
| 49 | +- Tag initializer bugfix |
| 50 | + |
| 51 | +## [0.0.9] - 2017-02-21 |
| 52 | + |
| 53 | +[0.0.9]: https://github.com/DripEmail/drip-ruby/compare/v0.0.8...v0.0.9 |
| 54 | + |
| 55 | +- Tag constant name typo bugfix |
0 commit comments