Skip to content

Commit

Permalink
prepare 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Feb 14, 2017
1 parent 206a533 commit 0c90a36
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 1.0.3 *(2017-02-14)*
----------------------------

* New: Adds a maximum content length threshold, beyond which bodies are truncated.
* New: Adds a data retention length property and cleanup task.
* New: Adds a clear action to the notification.
* Fix: Mitigates against CursorWindow blowout when transactions are large.

Version 1.0.2 *(2017-02-10)*
----------------------------

Expand All @@ -14,7 +22,6 @@ Version 1.0.1 *(2017-02-09)*
* New: Adds a transaction count to the notification.
* Fix: Limits the size of the static transaction buffer correctly.


Version 1.0.0 *(2017-02-07)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Add the dependency in your `build.gradle` file. Add it alongside the `no-op` var

```gradle
dependencies {
debugCompile 'com.readystatesoftware.chuck:library:1.0.2'
releaseCompile 'com.readystatesoftware.chuck:library-no-op:1.0.2'
debugCompile 'com.readystatesoftware.chuck:library:1.0.3'
releaseCompile 'com.readystatesoftware.chuck:library-no-op:1.0.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.2
VERSION_CODE=102
VERSION_NAME=1.0.3
VERSION_CODE=103
GROUP=com.readystatesoftware.chuck

POM_DESCRIPTION=Android in-app HTTP inspector
Expand Down

0 comments on commit 0c90a36

Please sign in to comment.