Skip to content

Commit 2f62042

Browse files
committed
Prep release of 3.3.0
1 parent bc2ae33 commit 2f62042

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ 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.2.0...HEAD
9+
[master]: https://github.com/DripEmail/drip-ruby/compare/v3.3.0...HEAD
10+
11+
- Your contribution here!
12+
13+
## [3.3.0] - 2019-05-24
14+
15+
[3.3.0]: https://github.com/DripEmail/drip-ruby/compare/v3.2.0...v3.3.0
1016

1117
### Added
1218
- Support for the cart, order, and product endpoints in the shopper activity API.
@@ -23,8 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2329
### Removed
2430
- Drop support for Ruby 2.1.
2531

26-
- Your contribution here!
27-
2832
## [3.2.0] - 2018-08-15
2933

3034
[3.2.0]: https://github.com/DripEmail/drip-ruby/compare/v3.1.1...v3.2.0

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.2.0".freeze
2+
VERSION = "3.3.0".freeze
33
end

0 commit comments

Comments
 (0)