diff --git a/CHANGELOG.md b/CHANGELOG.md index 7234e3b..b693309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.3 + +- Add certificatePassword to `buildIpa` +- Add `ExportMethod.appStoreConnect`, deprecate `ExportMethod.appStore` + +## 0.2.2 + +- add `archiveSilenceTimeout` to `buildIpa` + ## 0.2.1 - Unlock keychain after long builds before signing #6 diff --git a/pubspec.yaml b/pubspec.yaml index cece120..7393498 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: phntmxyz_ios_publishing_sidekick_plugin description: Generated sidekick plugin (template shared-code) -version: 0.2.2 +version: 0.2.3 environment: sdk: '>=3.0.0 <4.0.0'