diff --git a/assets/release_notes.md b/assets/release_notes.md index 5813bc36..8cd1d31b 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,6 +1,11 @@ ## InvenTree App Release Notes --- +### 0.5.2 - October 2021 +--- + +- Display error message on HTTPS certificate error + ### 0.5.1 - October 2021 --- diff --git a/pubspec.yaml b/pubspec.yaml index b496aebb..f1eeeb2b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: InvenTree stock management # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.5.1+31 +version: 0.5.2+32 environment: sdk: ">=2.12.0 <3.0.0"