Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii.Chornobryvyi committed Mar 1, 2024
1 parent e8efbac commit 67f15be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All _notable_ changes to this project will be documented in this file.
The format is based on _[Keep a Changelog][keepachangelog]_, and this project
adheres to _[Semantic Versioning][semver]_.

## [1.1.3] (released: 2024-03-01)
### Updated
- jar clean-up

## [1.1.2] (released: 2024-01-26)
### Updated
- add ability for MailgunMessagesApi to support arbitrary email headers through `.headers`.
Expand Down Expand Up @@ -71,6 +75,7 @@ adheres to _[Semantic Versioning][semver]_.
- Add Import a list of bounces from CSV file API


[1.1.3]: https://github.com/mailgun/mailgun-java/compare/release/1.1.2...release/1.1.3
[1.1.2]: https://github.com/mailgun/mailgun-java/compare/release/1.1.1...release/1.1.2
[1.1.1]: https://github.com/mailgun/mailgun-java/compare/release/1.1.0...release/1.1.1
[1.1.0]: https://github.com/mailgun/mailgun-java/compare/release/1.0.9...release/1.1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Add the following to your `pom.xml`:
<dependency>
<groupId>com.mailgun</groupId>
<artifactId>mailgun-java</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
...
</dependencies>
Expand All @@ -85,7 +85,7 @@ Add the following to your `pom.xml`:
Gradle Groovy DSL .

```xml
implementation 'com.mailgun:mailgun-java:1.1.2'
implementation 'com.mailgun:mailgun-java:1.1.3'
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mailgun</groupId>
<artifactId>mailgun-java</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 67f15be

Please sign in to comment.