diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3d8a382..725f89c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -### Development +### 2.12.2 / 2017-08-31 + +[Full Changelog](https://github.com/AltBeacon/android-beacon-library/compare/2.12.1...2.12.2) Bug Fixes: - Fix stack overflow caused by scan period of zero seconds, caused by 2.12 upgrade of existing @@ -10,6 +12,9 @@ Bug Fixes: ### 2.12.1 / 2017-08-16 +[Full Changelog](https://github.com/AltBeacon/android-beacon-library/compare/2.12...2.12.1) + + Bug Fixes: - Fix crash on Android 8.0 background scan when bluetooth is off. (#562 Juliane Lehmann) @@ -21,6 +26,8 @@ Bug Fixes: ### 2.12 / 2017-08-07 +[Full Changelog](https://github.com/AltBeacon/android-beacon-library/compare/2.11...2.12) + Enhancements: - Add Android O support with ScanJob using JobScheduler to do scans instead of BeaconService, set as default for Android O. (#484, David G. Young)