File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 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.
55The format is based on _ [ Keep a Changelog] [ keepachangelog ] _ , and this project
66adheres to _ [ Semantic Versioning] [ semver ] _ .
77
8+ ## [ 1.1.4] (released: 2024-03-01)
9+ ### Updated
10+ - Added Metrics API
11+ -
12+
813## [ 1.1.3] (released: 2024-03-01)
914### Updated
1015- jar clean-up
@@ -75,6 +80,7 @@ adheres to _[Semantic Versioning][semver]_.
7580- Add Import a list of bounces from CSV file API
7681
7782
83+ [ 1.1.4 ] : https://github.com/mailgun/mailgun-java/compare/v1.1.3...v1.1.4
7884[ 1.1.3 ] : https://github.com/mailgun/mailgun-java/compare/release/1.1.2...release/1.1.3
7985[ 1.1.2 ] : https://github.com/mailgun/mailgun-java/compare/release/1.1.1...release/1.1.2
8086[ 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`:
7676 <dependency >
7777 <groupId >com.mailgun</groupId >
7878 <artifactId >mailgun-java</artifactId >
79- <version >1.1.3 </version >
79+ <version >1.1.4 </version >
8080 </dependency >
8181 ...
8282</dependencies >
@@ -85,7 +85,7 @@ Add the following to your `pom.xml`:
8585Gradle Groovy DSL .
8686
8787``` xml
88- implementation 'com.mailgun:mailgun-java:1.1.3 '
88+ implementation 'com.mailgun:mailgun-java:1.1.4 '
8989```
9090
9191
Original file line number Diff line number Diff line change 66
77 <groupId >com.mailgun</groupId >
88 <artifactId >mailgun-java</artifactId >
9- <version >1.1.3 </version >
9+ <version >1.1.4 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments