Skip to content

Commit b26b92e

Browse files
committed
Standardize somewhat
1 parent 4547962 commit b26b92e

1 file changed

Lines changed: 32 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,55 @@
11
# Changelog
2+
All notable changes to this project will be documented in this file.
23

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]
48

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

7-
* Your contribution here!
11+
- Your contribution here!
812

9-
## [`2.0.0`] (2018-03-27)
13+
## [2.0.0] - 2018-03-27
1014

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
1216

13-
* Purchases endpoint removed and replaced with orders.
17+
- Purchases endpoint removed and replaced with orders.
1418

15-
## [`1.0.0`] (2017-12-27)
19+
## [1.0.0] - 2017-12-27
1620

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
1822

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
2832

29-
## [`0.0.12`] (2017-09-21)
33+
## [0.0.12] - 2017-09-21
3034

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
3236

33-
* Update Faraday from 0.9 to 0.13
37+
- Update Faraday from 0.9 to 0.13
3438

35-
## [`0.0.11`] (2017-06-20)
39+
## [0.0.11] - 2017-06-20
3640

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
3842

39-
* Handle rate limiting
43+
- Handle rate limiting
4044

41-
## [`0.0.10`] (2017-02-21)
45+
## [0.0.10] - 2017-02-21
4246

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
4448

45-
* Tag initializer bugfix
49+
- Tag initializer bugfix
4650

47-
## [`0.0.9`] (2017-02-21)
51+
## [0.0.9] - 2017-02-21
4852

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
5054

51-
* Tag constant name typo bugfix
55+
- Tag constant name typo bugfix

0 commit comments

Comments
 (0)