From a2c91fd1c967409f7f0df972a032d1a86245c555 Mon Sep 17 00:00:00 2001 From: Ihor Kubrysh <55651856+kubrysh@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:13:45 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a18f187..0da9ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _No changes since the latest release._ +## [0.3.2] - 2023-02-28 + +### Added + +- Implemented the ability to join local dev game server via usage of env variables; +- New non-linear bot addition logic. + +## Fixed +- Game progress timer receiving not valid data bug. + ## [0.3.1] - 2023-02-27 ### Changed @@ -57,6 +67,15 @@ _No changes since the latest release._ - Added auth to git fetch in workflows; - Fixed overflowing grid areas in `` page component. +## [0.2.2] - 2023-02-28 + +### Added + +- Implemented the ability to join local dev game server via usage of env variables. + +## Fixed +- Game progress timer receiving not valid data bug. + ## [0.2.1] - 2023-02-27 ### Changed @@ -115,9 +134,11 @@ _No changes since the latest release._ - Food & virus skins; - Game Progress Timer. -[unreleased]: https://github.com/stepandra/orb/compare/v0.3.1...HEAD +[unreleased]: https://github.com/stepandra/orb/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/stepandra/orb/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/stepandra/orb/compare/v0.3.0...v0.3.1 -[0.3.0]: https://github.com/stepandra/orb/compare/v0.2.1...v0.3.0 +[0.3.0]: https://github.com/stepandra/orb/compare/v0.2.2...v0.3.0 +[0.2.2]: https://github.com/stepandra/orb/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/stepandra/orb/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/stepandra/orb/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/stepandra/orb/releases/tag/v0.1.0