Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kubrysh committed Feb 28, 2023
1 parent 7a83493 commit a2c91fd
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,6 +67,15 @@ _No changes since the latest release._
- Added auth to git fetch in workflows;
- Fixed overflowing grid areas in `<Dashboard />` 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
Expand Down Expand Up @@ -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

0 comments on commit a2c91fd

Please sign in to comment.