diff --git a/CHANGELOG.md b/CHANGELOG.md index 9222c11..be9ee00 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.0] - 2020-03-11 ### Added - Support for status effects. - New methods `generate_status` and `alter_statuses` in `CharacterRules`. diff --git a/Cargo.toml b/Cargo.toml index 3594f61..1dddbb3 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weasel" -version = "0.5.0" +version = "0.6.0" authors = ["Trisfald "] edition = "2018" description = "A customizable battle system for turn-based games."