Skip to content

Commit

Permalink
Update changelog and bump version to v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Mar 14, 2024
1 parent 7f5935d commit 6d1d907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.22.2] - 2024-03-15
**Fixed**
- (Linux) Fix crash in config migration in certain system configurations
- (Tray/Windows) Fix broken system tray icon on some systems

## [0.22.1] - 2024-03-13
**Breaking**
- (ArchLinux) Drop support for standalone PKGBUILD files. Use the binary Arch package or install via AUR instead.
Expand Down
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.18)
# todo - set this conditionally

# todo - set version to 0.0.0 once confident in automated versioning
project(Sunshine VERSION 0.22.1
project(Sunshine VERSION 0.22.2
DESCRIPTION "Self-hosted game stream host for Moonlight"
HOMEPAGE_URL "https://app.lizardbyte.dev/Sunshine")

Expand Down

0 comments on commit 6d1d907

Please sign in to comment.