Skip to content

Commit a2b01fd

Browse files
committed
Prep for 3.2.0 release
1 parent 6771252 commit a2b01fd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
[master]: https://github.com/DripEmail/drip-ruby/compare/v3.1.1...HEAD
9+
[master]: https://github.com/DripEmail/drip-ruby/compare/v3.2.0...HEAD
10+
11+
- Your contribution here!
12+
13+
## [3.2.0] - 2018-08-15
14+
15+
[3.2.0]: https://github.com/DripEmail/drip-ruby/compare/v3.1.1...v3.2.0
1016

1117
- Allow `#create_or_update_subscriber` to work with Drip id. Fixes [#50](https://github.com/DripEmail/drip-ruby/issues/50)
1218
- [#52](https://github.com/DripEmail/drip-ruby/pull/52): Fix `#custom_fields` to accept the API response without error. Fixes [#30](https://github.com/DripEmail/drip-ruby/issues/30)
13-
- Your contribution here!
1419

1520
## [3.1.1] - 2018-06-06
1621

lib/drip/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Drip
2-
VERSION = "3.1.1".freeze
2+
VERSION = "3.2.0".freeze
33
end

0 commit comments

Comments
 (0)