diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20d51..401ad84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,32 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + + +## [2.0.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.2.0) (2024-12-06) + +### Features + +* **deps:** upgrade to .NET + 9 ([679afa5](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/679afa5d1b65a67dba1245474a9fcbf4913535dd)) + +### Breaking Changes + +* **deps:** upgrade to .NET + 9 ([679afa5](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/679afa5d1b65a67dba1245474a9fcbf4913535dd)) + ## [1.2.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.2.0) (2024-11-19) ### Features +* do not ship as single file as it makes changing the config + easier ([23897cd](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/23897cd21e1015482f522a92bdc448ae94a6ed49)) * set window title of app ([2a6f631](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/2a6f63176587e685774d408a9b5a393a827c04b2)) +* style + app ([f8246bd](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/f8246bda24d5167bb8aeb97847eab1fd6d9ae19a)) +* use custom env var + prefix ([eac2138](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/eac21385e186eaa241a31f9da0603da2c79c6bfa)) ## [1.1.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.1.0) (2024-06-13) diff --git a/ElectronWebsiteWrapper.csproj b/ElectronWebsiteWrapper.csproj index 33fd6ef..4ba93a4 100644 --- a/ElectronWebsiteWrapper.csproj +++ b/ElectronWebsiteWrapper.csproj @@ -1,7 +1,7 @@ net9.0 - 1.2.0 + 2.0.0 enable enable