aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1b0812..c52de5a 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.3.2 - 2020-05-12
### Added
- Support for determining Challenge Motes.
- `evtclib::gamedata::CmTrigger` along with
diff --git a/Cargo.toml b/Cargo.toml
index d280e70..41028cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Daniel"]
edition = "2018"
description = "An evtc parsing library"