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