Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Dec 23, 2022
1 parent 55cfd87 commit 79e793c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## 1.8.0 _(in progress)_
## 1.9.0 _(in progress)_

## 1.8.0 _(2022-12-23)_
**crypto**
- Added _StandardKeyAgreements_, _StandardKeyGenerators_ and _StandardSecretKeyFactories_ classes

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To include and use Javanilla, you need to add the following dependency from the
<dependency>
<groupId>com.github.alexisjehan</groupId>
<artifactId>javanilla</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>
```

Expand All @@ -38,7 +38,7 @@ repositories {
}
dependencies {
implementation 'com.github.alexisjehan:javanilla:1.7.0'
implementation 'com.github.alexisjehan:javanilla:1.8.0'
}
```

Expand All @@ -53,7 +53,7 @@ repositories {
}

dependencies {
implementation("com.github.alexisjehan:javanilla:1.7.0")
implementation("com.github.alexisjehan:javanilla:1.8.0")
}
```

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

<groupId>com.github.alexisjehan</groupId>
<artifactId>javanilla</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>

<name>Javanilla</name>
<description>A Java 10+ lightweight utility library to enhance the Java standard API.</description>
Expand Down

0 comments on commit 79e793c

Please sign in to comment.