Skip to content

Commit

Permalink
Updating SDK to 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzelzoghbi committed Aug 19, 2019
1 parent d788635 commit 61c25a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 8.6.1 *(2019-08-19)*
----------------------------
* Introducing our new logo and branding. Meet the new Instabug: the platform for Real-Time Contextual Insights.

Version 8.6.0 *(2019-08-05)*
----------------------------
* We're updating the SDK flow when they pick "Ask a question" to match with "Report a bug" and "Suggest an improvement". As part of the change, some APIs have been deprecated. While they are still functional, we recommend that you start using the new APIs, as the deprecated ones will be completely removed in a future release.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
//TODO add the following 2 lines if you exclude io.reactivex from Instabug
//implementation 'io.reactivex:rxjava:1.0.13'
//implementation 'io.reactivex:rxandroid:1.0.1'
implementation('com.instabug.library:instabug:8.6.0') {
implementation('com.instabug.library:instabug:8.6.1') {
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
// exclude group: 'io.reactivex'

Expand Down

0 comments on commit 61c25a8

Please sign in to comment.