diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5058b8..4253ee5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, following t This project adheres to Semantic Versioning. -## 0.2.8 - Upcoming +## [0.2.8] - 2019-02-01 ### Added @@ -202,6 +202,7 @@ This project adheres to Semantic Versioning. * Initial release! +[0.2.8]: https://github.com/17cupsofcoffee/tetra/compare/0.2.7..0.2.8 [0.2.7]: https://github.com/17cupsofcoffee/tetra/compare/0.2.6..0.2.7 [0.2.6]: https://github.com/17cupsofcoffee/tetra/compare/0.2.5..0.2.6 [0.2.5]: https://github.com/17cupsofcoffee/tetra/compare/0.2.4..0.2.5 diff --git a/Cargo.toml b/Cargo.toml index baa4f34f..3ab46a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tetra" description = "A simple 2D game framework written in Rust" -version = "0.2.7" +version = "0.2.8" edition = "2018" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] license = "MIT"