Skip to content

Commit 3c9c752

Browse files
committed
Release version 1.1.5
1 parent 7934a9f commit 3c9c752

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ 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)
8+
## [1.1.5] (released: 2025-03-21)
9+
### Updated
10+
- Moved to Java 11
11+
12+
## [1.1.4] (released: 2025-002-20)
913
### Updated
1014
- Added Metrics API
11-
-
1215

1316
## [1.1.3] (released: 2024-03-01)
1417
### Updated
@@ -80,6 +83,7 @@ adheres to _[Semantic Versioning][semver]_.
8083
- Add Import a list of bounces from CSV file API
8184

8285

86+
[1.1.4]: https://github.com/mailgun/mailgun-java/compare/v1.1.4...v1.1.5
8387
[1.1.4]: https://github.com/mailgun/mailgun-java/compare/v1.1.3...v1.1.4
8488
[1.1.3]: https://github.com/mailgun/mailgun-java/compare/release/1.1.2...release/1.1.3
8589
[1.1.2]: https://github.com/mailgun/mailgun-java/compare/release/1.1.1...release/1.1.2

README.md

Lines changed: 2 additions & 2 deletions
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.4</version>
79+
<version>1.1.5</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.4'
88+
implementation 'com.mailgun:mailgun-java:1.1.5'
8989
```
9090

9191

pom.xml

Lines changed: 6 additions & 6 deletions
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.4</version>
9+
<version>1.1.5</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
@@ -16,8 +16,8 @@
1616
<url>https://mailgun.com</url>
1717

1818
<properties>
19-
<maven.compiler.source>1.8</maven.compiler.source>
20-
<maven.compiler.target>1.8</maven.compiler.target>
19+
<maven.compiler.source>11</maven.compiler.source>
20+
<maven.compiler.target>11</maven.compiler.target>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222

2323
<feign-version>12.2</feign-version>
@@ -153,8 +153,8 @@
153153
<artifactId>maven-compiler-plugin</artifactId>
154154
<version>${maven.compiler.plugin.version}</version>
155155
<configuration>
156-
<source>1.8</source>
157-
<target>1.8</target>
156+
<source>11</source>
157+
<target>11</target>
158158
</configuration>
159159
</plugin>
160160
<plugin>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-javadoc-plugin</artifactId>
204-
<version>2.9.1</version>
204+
<version>3.11.2</version>
205205
<executions>
206206
<execution>
207207
<id>attach-javadocs</id>

src/test/java/com/mailgun/utils/temp.217056660364149127551.tmp

Whitespace-only changes.

src/test/java/com/mailgun/utils/temp.217118967680219849147.tmp

Whitespace-only changes.

src/test/java/com/mailgun/utils/temp.22810252421465015455.tmp

Whitespace-only changes.

src/test/java/com/mailgun/utils/temp.28897412421170333879.tmp

Whitespace-only changes.

0 commit comments

Comments
 (0)