Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ext3h committed Aug 1, 2021
1 parent 1a8dcec commit 48e0402
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16.0)
set(CMAKE_CONFIGURATION_TYPES Debug RelWithDebInfo CACHE STRING INTERNAL FORCE)

# Project version, 4 numbers representation
set(DEFAULT_VERSION "0.8.8.0" CACHE STRING "Version" FORCE)
set(DEFAULT_VERSION "0.8.9.0" CACHE STRING "Version" FORCE)
# Set from CI only
set(BUILD_ID "0" CACHE INTERNAL "")
set(GIT_REPO "" CACHE INTERNAL "")
Expand Down
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.8.9]

### Fixed
- fix trading of items without quality
- fix data inconsitencies in trader UI
- fixed potential failure of event spawns

### Added
- center camera on event notifications

## [0.8.8]

### Fixed
Expand All @@ -10,7 +20,7 @@ All notable changes to this project will be documented in this file.
- suspending workshops
- XpMod can be read from config file (#173)
- SeedTrader to trade potato & onion seeds.
- Addded missing material name for Panda, Spider, Woodlouse
- addded missing material name for Panda, Spider, Woodlouse

### Added
- support for sound
Expand Down

0 comments on commit 48e0402

Please sign in to comment.