diff --git a/README.md b/README.md index 0e31ce0e66..f4ea9fbd6d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ This documentation provides integrated help in Xcode for all public APIs and a s ## Changelog +### Version 2.5.4b3 + +- General: + + - [NEW] Atlassian JMC support disabled (Use subproject integration if you want it) + ### Version 2.5.4b2 - Crash Reporting: diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 998b0f4f90..dee3a8c61a 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,3 +1,3 @@ -BUILD_NUMBER = 7 -VERSION_STRING = 2.5.4b2 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b2\"" +BUILD_NUMBER = 8 +VERSION_STRING = 2.5.4b3 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.4b3\"" diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index 4478079b5a..3acab91573 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,3 +1,9 @@ +### Version 2.5.4b3 + +- General: + + - [NEW] Atlassian JMC support disabled (Use subproject integration if you want it) + ### Version 2.5.4b2 - Crash Reporting: