Skip to content

Commit

Permalink
release: bump version 2.1.1 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Stack committed Aug 29, 2016
1 parent 2c4997d commit dc33e8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.1.1

2016-08-29

Release Notes - Bean Android SDK - Version 2.1.1

## Features

* Removed ACCESS_FINE_LOCATION
* Restart OAD Watchdog if a client "force updates" firmware

# 2.1.0

2016-05-31
Expand Down Expand Up @@ -79,6 +90,7 @@ Release Notes - Bean Android SDK - Version 1.0.3
* Fixed an issue causing scratch data reads to come from the wrong scratch bank (thanks @loune)

## Tests

* Added integration tests:
* Reading and writing scratch characteristics
* Scanning for Beans
Expand All @@ -87,10 +99,12 @@ Release Notes - Bean Android SDK - Version 1.0.3
* Added helper functions for finding, connecting to, and interacting with Beans during integration tests

## Docs

* Improved documentation for users and contributors
* Moved the SDK from pre-release to release status

## Build Process

* Added automated command-line tests
* Added a Gradle task to build Javadocs

Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.neenbedankt.android-apt'

group = 'com.punchthrough.bean.sdk'
version = "2.1.0"
version = "2.1.1"

android {

Expand Down

0 comments on commit dc33e8c

Please sign in to comment.