diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b366b8b..bc2913a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## 0.6.1 - 2021-11-25 ### Added - `Encounter::TwistedCastle` to identify twisted castle logs. @@ -1,7 +1,7 @@ [package] name = "evtclib" -version = "0.6.0" -authors = ["Daniel"] +version = "0.6.1" +authors = ["Daniel Schadt"] edition = "2018" description = "An evtc parsing library" readme = "README.md" |