Skip to content

Commit 045e3da

Browse files
authored
Release v4.4.0 (#163)
1 parent 7892d79 commit 045e3da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# chartmogul-ruby Change Log
22

3+
## Version 4.4.0 - October 24, 2024
4+
- Adds support for unmerging customers
5+
36
## Version 4.3.0 - March 25, 2024
47
- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities)
58

lib/chartmogul/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ChartMogul
4-
VERSION = '4.3.0'
4+
VERSION = '4.4.0'
55
end

0 commit comments

Comments
 (0)