diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 7ff5ab2547..1b757ddc64 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,5 +1,5 @@ #include "HockeySDK.xcconfig" -BUILD_NUMBER = 12 -VERSION_STRING = 3.0.0b2 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b2\"" +BUILD_NUMBER = 13 +VERSION_STRING = 3.0.0b3 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b3\"" diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index 53ef8fb857..c187be9eff 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,3 +1,14 @@ +### Version 3.0.0b3 + +- General: + + - [BUGFIX] Exchange some more prefixes of TTTAttributedLabel class that have been missed out + - [BUGFIX] Fix some new compiler warnings + +- Crash Reporting: + + - [BUGFIX] Format timestamp in crash report to be always UTC in en_US locale + ### Version 3.0.0b2 - General: