Skip to content

Commit

Permalink
Release 2.1.2. Just rebuild with Java 8. Fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Nov 4, 2019
1 parent 7cd4d16 commit 8a96a98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.2] - 2019-11-04
### Fixed
- Build needs to be performed with Java < 9
[\#38](https://github.com/osiegmar/logback-gelf/issues/38)

## [2.1.1] - 2019-11-03
### Fixed
- Fix empty hostname
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ dependencies.
Latest release
--------------

The most recent release is 2.1.1, released November 3, 2019.
The most recent release is 2.1.2, released November 4, 2019.

To add a dependency using Maven, use the following:

```xml
<dependency>
<groupId>de.siegmar</groupId>
<artifactId>logback-gelf</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
compile 'de.siegmar:logback-gelf:2.1.1'
compile 'de.siegmar:logback-gelf:2.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group = "de.siegmar"
archivesBaseName = "logback-gelf"
version = "2.1.1"
version = "2.1.2"

sourceCompatibility = 1.7

Expand Down

0 comments on commit 8a96a98

Please sign in to comment.