File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All _notable_ changes to this project will be documented in this file.
5
5
The format is based on _ [ Keep a Changelog] [ keepachangelog ] _ , and this project
6
6
adheres to _ [ Semantic Versioning] [ semver ] _ .
7
7
8
+ ## [ 1.1.4] (released: 2024-03-01)
9
+ ### Updated
10
+ - Added Metrics API
11
+ -
12
+
8
13
## [ 1.1.3] (released: 2024-03-01)
9
14
### Updated
10
15
- jar clean-up
@@ -75,6 +80,7 @@ adheres to _[Semantic Versioning][semver]_.
75
80
- Add Import a list of bounces from CSV file API
76
81
77
82
83
+ [ 1.1.4 ] : https://github.com/mailgun/mailgun-java/compare/v1.1.3...v1.1.4
78
84
[ 1.1.3 ] : https://github.com/mailgun/mailgun-java/compare/release/1.1.2...release/1.1.3
79
85
[ 1.1.2 ] : https://github.com/mailgun/mailgun-java/compare/release/1.1.1...release/1.1.2
80
86
[ 1.1.1 ] : https://github.com/mailgun/mailgun-java/compare/release/1.1.0...release/1.1.1
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Add the following to your `pom.xml`:
76
76
<dependency >
77
77
<groupId >com.mailgun</groupId >
78
78
<artifactId >mailgun-java</artifactId >
79
- <version >1.1.3 </version >
79
+ <version >1.1.4 </version >
80
80
</dependency >
81
81
...
82
82
</dependencies >
@@ -85,7 +85,7 @@ Add the following to your `pom.xml`:
85
85
Gradle Groovy DSL .
86
86
87
87
``` xml
88
- implementation 'com.mailgun:mailgun-java:1.1.3 '
88
+ implementation 'com.mailgun:mailgun-java:1.1.4 '
89
89
```
90
90
91
91
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.mailgun</groupId >
8
8
<artifactId >mailgun-java</artifactId >
9
- <version >1.1.3 </version >
9
+ <version >1.1.4 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments