diff --git a/VERSION b/VERSION index 47ab21fe..e744debb 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -4.3 -4.3.3 +5.0 +5.0.0 diff --git a/doc/source/generated_changelog.md b/doc/source/generated_changelog.md index 496af9b0..99256d6d 100644 --- a/doc/source/generated_changelog.md +++ b/doc/source/generated_changelog.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/languitar/autosuspend/compare/v4.3.3...v5.0.0) (2023-08-13) + + +* feat(logind)!: configure which session classes to process ([986e558](https://github.com/languitar/autosuspend/commit/986e558c2913bf30ebbab87025fe9722d5997aa7)), closes [#366](https://github.com/languitar/autosuspend/issues/366) + + +### BREAKING CHANGES + +* LogindSessionIdle now only processes sessions of type + "user" by default. Use the new configuration option classes to also + include other types in case you need to include them in the checks. + ## [4.3.3](https://github.com/languitar/autosuspend/compare/v4.3.2...v4.3.3) (2023-08-10)