We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7892d79 commit 045e3daCopy full SHA for 045e3da
changelog.md
@@ -1,5 +1,8 @@
1
# chartmogul-ruby Change Log
2
3
+## Version 4.4.0 - October 24, 2024
4
+- Adds support for unmerging customers
5
+
6
## Version 4.3.0 - March 25, 2024
7
- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities)
8
lib/chartmogul/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ChartMogul
- VERSION = '4.3.0'
+ VERSION = '4.4.0'
end
0 commit comments