diff --git a/CHANGELOG.md b/CHANGELOG.md index fd08443..19ecf6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.4.0] - 2024-09-2 + +### Deprecated + +- Android and iOS versions are deprecated. The app will be available only for web, PWA and macOS. + +### Added + +- Adding firebase deploy to beta on every PR +- Adding extra page to include the companies' address +- Some extra improvements in the UI + + ## [0.3.1] - 2024-08-11 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index 6220549..155ce35 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ description: The easy way to create and manage invoices on your mobile device. publish_to: 'none' # Remove this line if you wish to publish to pub.dev - version: 0.4.0+11 + version: 0.4.0+15 environment: sdk: '>=3.4.0 <4.0.0'