From 2f30da3064acb905f48a52c56ce5a8756c41d056 Mon Sep 17 00:00:00 2001 From: Build Server Date: Tue, 13 Jun 2017 21:04:01 -0400 Subject: [PATCH] Updated README.md and CHANGES.md --- CHANGES.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d31c6f1..d13d2a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +### [5.9.0 Docs](http://building.usebutton.com/button-android/history/5.9.0/reference/com/usebutton/sdk/Button.html) +* Adds support for offer auth challenge flow + ### [5.8.0 Docs](http://building.usebutton.com/button-android/history/5.8.0/reference/com/usebutton/sdk/Button.html) - Adds a method to detect whether a url can be exchanged for an app action - Adds a method to exchange a url for an app action diff --git a/README.md b/README.md index 86e6814..af365ac 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ You can find the full [SDK Documentation](http://building.usebutton.com/button-a You can find relevant example code and a fully working sample application in our [button-android-sample](https://github.com/usebutton/button-android-samples) repository. ## Release notes +### [5.9.0 Docs](http://building.usebutton.com/button-android/history/5.9.0/reference/com/usebutton/sdk/Button.html) +* Adds support for offer auth challenge flow + ### [5.8.0 Docs](http://building.usebutton.com/button-android/history/5.8.0/reference/com/usebutton/sdk/Button.html) - Adds a method to detect whether a url can be exchanged for an app action - Adds a method to exchange a url for an app action