aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml4
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.
diff --git a/Cargo.toml b/Cargo.toml
index f2fb4f5..de3aec2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"