diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..30b4683 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## 0.1.1 + +* Added the ability to open and directly summarize/prompt PDF documents. + + +## 0.1.0 + +* Initial release \ No newline at end of file diff --git a/app/pubspec.yaml b/app/pubspec.yaml index e16416f..c4a51ff 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.0 +version: 0.1.1 environment: sdk: '>=3.4.0-190.1.beta <4.0.0'