diff --git a/CMakeLists.txt b/CMakeLists.txt index c1448209f..280f56f4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ set(APP_AUTHOR "Martin Rotter") set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}") set(APP_REVERSE_NAME "io.github.martinrotter.rssguard") set(APP_DONATE_URL "https://github.com/sponsors/martinrotter") -set(APP_VERSION "4.8.2") +set(APP_VERSION "4.8.3") set(APP_URL "https://github.com/martinrotter/rssguard") set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io") diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index e4956c3f8..d9e7f4378 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,12 @@ +4.8.3 +----- + +Added: +* Application is now "self-signed" on Mac OS X. (#1679) + +Fixed: +* Missing icons in some use-cases. (#1683) + 4.8.2 -----