Skip to content

Commit cb63927

Browse files
committed
Use v4.0.1
1 parent e6e263a commit cb63927

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
Change Log
22
==========
33

4-
Version 3.2.0 *(2017-01-04)*
4+
Version 4.0.1 *(2017-02-07)*
5+
----------------------------
6+
* Bug fixes
7+
8+
Version 4.0.0 *(2017-01-02)*
9+
----------------------------
10+
* You can now send surveys to your users through Instabug! Our mobile-optimized surveys let you get feedback from your users that help you make informed decisions about prioritizing your product roadmap. You can target users based on various criteria, including app version, the date they started using the app as well as custom user attributes and events.
11+
* Bug reports now include a complete 3D view of your UI. You'll be able to debug your complete view hierarchy from your Instabug dashboard!
12+
* We've redesigned our screen recording experience. You can now add voice notes while recording the screen, and while we're at it, we've thrown in a brand new, more-intuitive UI.
13+
* Track custom user events that happen throughout your application with our new `Instabug.logUserEvent()`API.
14+
* Bug fixes
15+
16+
Version 3.3.0 *(2017-01-04)*
517
----------------------------
618
* Introducing APIs for logging network requests performed by your application. Requests details along with their responses are going to be sent with each report. For more info, check: http://docs.instabug.com/docs/network-requests-logging-android
719
* Fix bug with Screenshot gesture

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
2222

2323
Grab via Gradle:
2424
```groovy
25-
compile 'com.instabug.library:instabug:3.3.0'
25+
compile 'com.instabug.library:instabug:4.0.1'
2626
```
2727
2828
or via Maven: (if you're that kind of person :bowtie:)
@@ -31,7 +31,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
3131
<dependency>
3232
<groupId>com.instabug.library</groupId>
3333
<artifactId>instabug</artifactId>
34-
<version>3.3.0</version>
34+
<version>4.0.1</version>
3535
</dependency>
3636
```
3737

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
6161
// compile 'io.reactivex:rxjava:1.0.13'
6262
// compile 'io.reactivex:rxandroid:1.0.1'
63-
compile('com.instabug.library:instabug:3.3.0') {
63+
compile('com.instabug.library:instabug:4.0.1') {
6464
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6565
// exclude group: 'io.reactivex'
6666

0 commit comments

Comments
 (0)