Skip to content

Commit

Permalink
add changelog, release as 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bratkartoffel committed Jan 14, 2023
1 parent 6660eb1 commit ef132dd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

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]

- No changes yet

## [1.10.4] - 2023-01-14

### Added

- This CHANGELOG file

## [1.9.4] - 2022-03-29

### Added

- Initial import of this project to GitHub

[unreleased]: https://github.com/bratkartoffel/blm2/compare/v1.10.4...HEAD

[1.10.4]: https://github.com/bratkartoffel/blm2/releases/tag/v1.10.4

[1.9.4]: https://github.com/bratkartoffel/blm2/commit/e6e567db8a59fe7c4512f2fc8a49dd914c283478
2 changes: 1 addition & 1 deletion include/game_version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ function getVersionExtra()
return $version_extra;
}

define('game_version', "1.10.3" . getVersionExtra());
define('game_version', "1.10.4" . getVersionExtra());

0 comments on commit ef132dd

Please sign in to comment.