diff --git a/CHANGELOG.md b/CHANGELOG.md index e4937cc..d848aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.7.1](https://github.com/iberianpig/fusuma-plugin-appmatcher/tree/v0.7.1) (2024-01-03) + +[Full Changelog](https://github.com/iberianpig/fusuma-plugin-appmatcher/compare/v0.7.0...v0.7.1) + +**Fixed bugs:** + +- Gnome Extension is not support Gnome Shell version 43 and 44 [\#9](https://github.com/iberianpig/fusuma-plugin-appmatcher/issues/9) + +## [v0.7.0](https://github.com/iberianpig/fusuma-plugin-appmatcher/tree/v0.7.0) (2023-12-25) + +[Full Changelog](https://github.com/iberianpig/fusuma-plugin-appmatcher/compare/v0.6.1...v0.7.0) + ## [v0.6.1](https://github.com/iberianpig/fusuma-plugin-appmatcher/tree/v0.6.1) (2023-10-20) [Full Changelog](https://github.com/iberianpig/fusuma-plugin-appmatcher/compare/v0.6.0...v0.6.1) diff --git a/lib/fusuma/plugin/appmatcher/version.rb b/lib/fusuma/plugin/appmatcher/version.rb index 6c57c14..ced07db 100644 --- a/lib/fusuma/plugin/appmatcher/version.rb +++ b/lib/fusuma/plugin/appmatcher/version.rb @@ -3,7 +3,7 @@ module Fusuma module Plugin module Appmatcher - VERSION = "0.7.0" + VERSION = "0.7.1" end end end