diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6f737c..a1c31fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.32 +### GeckoView 147.0.2 + +**Bug Fixes** +- Fixed bookmarks routing issue + ## 0.9.31 ### GeckoView 147.0.2 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index f60ea5e6..e008dba6 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -2,7 +2,7 @@ name: weblibre description: "The Privacy-Focused & AI-Powered Research Browser" publish_to: 'none' resolution: workspace -version: 0.9.31+35 +version: 0.9.32+36 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/36.txt b/metadata/en-US/changelogs/36.txt new file mode 100644 index 00000000..2bdf5e14 --- /dev/null +++ b/metadata/en-US/changelogs/36.txt @@ -0,0 +1,4 @@ +GeckoView 147.0.2 + +**Bug Fixes** +- Fixed bookmarks routing issue \ No newline at end of file