diff --git a/HockeySDK.podspec b/HockeySDK.podspec index 4533eff471..22383a4e74 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.' s.homepage = 'http://hockeyapp.net/' s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" } - s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.0' } + s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.1' } s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \ 'It improves the testing process dramatically and can be used for both beta ' \ diff --git a/README.md b/README.md index cc95ed4288..e43f201003 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,19 @@ This documentation provides integrated help in Xcode for all public APIs and a s ## Changelog -### Version 2.5 +### Version 2.5.1 + +- General: + + - [BUGFIX] Typo in delegate `shouldUseLiveIdentifier` of `BITHockeyManagerDelegate` + - [BUGFIX] Default updateManager delegate wasn't set + +- Crash Reporting: + + - [BUGFIX] Crash when developer sends the notification `BITHockeyNetworkDidBecomeReachableNotification` + + +### Version 2.5.0 - General: diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 80d0d5005e..4ed940094b 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,3 +1,3 @@ -BUILD_NUMBER = 1 -VERSION_STRING = 2.5.0 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.0\"" +BUILD_NUMBER = 2 +VERSION_STRING = 2.5.1 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.1\"" diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index 937e8744e1..a1b61c981d 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,3 +1,15 @@ +## Version 2.5.1 + +- General: + + - [BUGFIX] Typo in delegate `shouldUseLiveIdentifier` of `BITHockeyManagerDelegate` + - [BUGFIX] Default updateManager delegate wasn't set + +- Crash Reporting: + + - [BUGFIX] Crash when developer sends the notification `BITHockeyNetworkDidBecomeReachableNotification` + + ## Version 2.5 - General: