diff --git a/README.md b/README.md index 931cd66804..0e31ce0e66 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,17 @@ This documentation provides integrated help in Xcode for all public APIs and a s ## Changelog +### Version 2.5.4b2 + +- Crash Reporting: + + - [UPDATE] Migrate pre v2.5 auto send user setting + - [BUGFIX] The alert option 'Auto Send' did not persist correctly + +- Updating: + + - [BUGFIX] Authorization option did not persist correctly and caused authorization to re-appear on every cold app start + ### Version 2.5.4b1 - General: diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index e96a9178d9..998b0f4f90 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,3 +1,3 @@ -BUILD_NUMBER = 6 -VERSION_STRING = 2.5.4b1 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b1\"" +BUILD_NUMBER = 7 +VERSION_STRING = 2.5.4b2 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b2\"" diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index 862c8ad08c..4478079b5a 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,3 +1,14 @@ +### Version 2.5.4b2 + +- Crash Reporting: + + - [UPDATE] Migrate pre v2.5 auto send user setting + - [BUGFIX] The alert option 'Auto Send' did not persist correctly + +- Updating: + + - [BUGFIX] Authorization option did not persist correctly and caused authorization to re-appear on every cold app start + ### Version 2.5.4b1 - General: