Skip to content

Commit 7934a9f

Browse files
committed
Release version 1.1.4
1 parent a5e4572 commit 7934a9f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All _notable_ changes to this project will be documented in this file.
55
The format is based on _[Keep a Changelog][keepachangelog]_, and this project
66
adheres 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

README.md

+2-2
Original file line numberDiff line numberDiff 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`:
8585
Gradle 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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)