diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c4752..185ea23 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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.11.0] - 2020-11-03 ### Added - Added the possibility to invoke team powers, similarly to actors' abilities. - New associated type `Invocation` in `TeamRules`. diff --git a/Cargo.toml b/Cargo.toml index b5a5e73..391206d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weasel" -version = "0.10.0" +version = "0.11.0" authors = ["Trisfald "] edition = "2018" description = "A customizable battle system for turn-based games."