Skip to content

Commit

Permalink
Update changelog and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk committed Jun 2, 2020
1 parent 231c9e4 commit 679ecb9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel

## Unreleased

## [v0.7.1b](https://github.com/TTT-2/TTT2/tree/v0.7.1b) (2020-06-02)

### Fixed
- Fixed max roles / max base roles interaction with the roleselection. Also does not crash with values != 0 anymore.

## [v0.7.0b](https://github.com/TTT-2/TTT2/tree/v0.7.0b) (2020-06-01)

### Added
Expand Down
7 changes: 7 additions & 0 deletions gamemodes/terrortown/gamemode/client/cl_changes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,13 @@ function CreateChanges()
</ul>
]], os.time({year = 2020, month = 06, day = 01}))

AddChange("TTT2 Base - v0.7.1b", [[
<h2>Fixed:</h2>
<ul>
<li>Fixed max roles / max base roles interaction with the roleselection. Also does not crash with values != 0 anymore.</li>
</ul>
]], os.time({year = 2020, month = 06, day = 02}))

-- run hook for other addons to add their changelog as well
hook.Run("TTT2AddChange", changes, currentVersion)
end
Expand Down
2 changes: 1 addition & 1 deletion gamemodes/terrortown/gamemode/shared/sh_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GM.Name = "TTT2 (Advanced Update)"
GM.Author = "Bad King Urgrain, Alf21, tkindanight, Mineotopia, LeBroomer"
GM.Email = "[email protected]"
GM.Website = "ttt.badking.net, ttt2.informaskill.de"
GM.Version = "0.7.0b"
GM.Version = "0.7.1b"
GM.Customized = true

TTT2 = true -- identifier for TTT2. Just use "if TTT2 then ... end"
Expand Down

0 comments on commit 679ecb9

Please sign in to comment.