We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a7e44 commit 73ab7c7Copy full SHA for 73ab7c7
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# CHANGE LOG
2
+## v4.5.0
3
+
4
+* **NEW** Added `Metadata field to scheduled charge creation` source types (#153)
5
6
## v4.4.0
7
build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.github.ben-manes.versions'
8
group 'co.omise'
9
-version '4.4.0'
+version '4.5.0'
10
11
sourceCompatibility = 1.8
12
targetCompatibility = 1.8
0 commit comments