Skip to content

Commit

Permalink
chore: add entry to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 13, 2024
1 parent 657e635 commit 44bc4f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ GODOT_VERSION=4.2.1-stable
# Game

GAME_NAME=HazyRoad
GAME_VERSION=1.0.0
GAME_VERSION=1.0.1
GAME_ITCHIO_KEY=hazy-road
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Security
### Dependencies

## [1.0.1]
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Add the English translation [#13](https://github.com/MechanicalFlower/HazyRoad/pull/13)
### Security
### Dependencies

## [1.0.0]
### Added
### Changed
Expand All @@ -22,5 +32,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Security
### Dependencies

[Unreleased]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.0...HEAD
[Unreleased]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.1...HEAD
[1.0.1]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/MechanicalFlower/HazyRoad/commits/1.0.0

0 comments on commit 44bc4f8

Please sign in to comment.