diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b4683f..46f9df72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0 + +* Added "About"-Dialog +* Added new GPT 4o model as default +* Prepare Google Play release + ## 0.1.1 * Added the ability to open and directly summarize/prompt PDF documents. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index c56d728f..ace6501e 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: bang_navigator description: "A secure and privacy friendly search browser" publish_to: 'none' -version: 0.1.1 +version: 0.2.0 environment: sdk: '>=3.4.0-190.1.beta <4.0.0'