diff --git a/changelog.md b/changelog.md index 0376c5e..82402c8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # chartmogul-ruby Change Log +## Version 4.3.0 - March 25, 2024 +- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities) + ## Version 4.2.0 - February 8, 2024 - Add support for customer's `website_url` attribute - Add support for customer's subscription `uuid` attribute diff --git a/lib/chartmogul/version.rb b/lib/chartmogul/version.rb index 930668a..a8fb35b 100644 --- a/lib/chartmogul/version.rb +++ b/lib/chartmogul/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ChartMogul - VERSION = '4.2.0' + VERSION = '4.3.0' end