Skip to content

Commit

Permalink
Update changelog and readme for 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snaujokat committed Jul 21, 2023
1 parent 51f424a commit 3991fcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.8.1] - 21.07.2023

### Fixed
- Library dependency back to Java 11 (accidentally was 17 in 0.8)

### Removed
- faulty config from spring-vaadin-conventions.

## [0.8] - 18.07.2023

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Start by adding the latest version of BGW as a dependency to your project.

#### Gradle
```gradle
implementation("tools.aqua:bgw-gui:0.8")
implementation("tools.aqua:bgw-gui:0.8.1")
```

#### Maven
```xml
<dependency>
<groupId>tools.aqua</groupId>
<artifactId>bgw-gui</artifactId>
<version>0.8</version>
<version>0.8.1</version>
</dependency>
```

Expand Down

0 comments on commit 3991fcf

Please sign in to comment.