Skip to content

Commit

Permalink
#v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marvk committed Dec 19, 2021
1 parent eeff7b0 commit 98f3573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.3.0](https://github.com/marvk/vatprism/compare/v0.2.0...v0.3.0) - Unreleased
## [0.3.0](https://github.com/marvk/vatprism/compare/v0.2.0...v0.3.0) - 2021-12-13

### Added

Expand Down Expand Up @@ -39,13 +39,13 @@

### Security

- Upgraded various dependencies
- Updated various dependencies

## [0.2.1](https://github.com/marvk/vatprism/compare/v0.2.0...v0.2.1) - 2021-12-18

### Security

- Critical: Updated Log4j to 2.17.0 to prevent the [Log4Shell](https://en.wikipedia.org/wiki/Log4Shell) exploit
- Critical update to Log4j (2.14.1 -> 2.17.0) preventing the [Log4Shell](https://en.wikipedia.org/wiki/Log4Shell) exploit

## [0.2.0](https://github.com/marvk/vatprism/compare/v0.1.0...v0.2.0) - 2021-09-17

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

<properties>
<!--Defaults, should be passed as command line argument for real builds-->
<versionName>DEV</versionName>
<versionName>0.3.0</versionName>
<buildNumber>1</buildNumber>

<mainClass>net.marvk.fs.vatsim.map.Application</mainClass>
Expand Down

0 comments on commit 98f3573

Please sign in to comment.