diff --git a/assets/release_notes.md b/assets/release_notes.md index 4adbc4bf..6fd5e232 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,3 +1,10 @@ +### 0.16.0 - June 2024 +--- + +- Add support for new file attachments API +- Drop support for legacy servers with API version < 100 + + ### 0.15.0 - June 2024 --- diff --git a/pubspec.yaml b/pubspec.yaml index a7087711..e94e18f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: inventree description: InvenTree stock management -version: 0.15.0+83 +version: 0.16.0+85 environment: sdk: ">=2.19.5 <3.13.0"