Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Feb 20, 2023
1 parent 98c451a commit 931ae71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.2.0] - 2023-02-20

- Update dependencies to their latest versions.

## [1.1.0] - 2023-01-31

- Update dependencies to their latest versions.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ This project adds support for FasterXML's Jackson to [Apache Commons Configurati
Add the library as a dependency to your project. In Gradle, add to your `dependencies` block

```groovy
implementation 'com.virtlink.commons:commons-configuration2-jackson:1.1.0'
implementation 'com.virtlink.commons:commons-configuration2-jackson:1.2.0'
```

Or in Gradle Kotlin DSL, add to your `dependencies` block

```kotlin
implementation("com.virtlink.commons:commons-configuration2-jackson:1.1.0")
implementation("com.virtlink.commons:commons-configuration2-jackson:1.2.0")
```

In Maven, add to your `<dependencies>` tag
Expand All @@ -27,7 +27,7 @@ In Maven, add to your `<dependencies>` tag
<dependency>
<groupId>com.virtlink.commons</groupId>
<artifactId>commons-configuration2-jackson</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 931ae71

Please sign in to comment.