Skip to content

Commit

Permalink
[Release] V1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Oct 5, 2017
1 parent b2a4a13 commit d49c01b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## Version 1.5.0 (October 5, 2017)
* Search functionality on http calls list and on particular response/request
* Fixing crash on deleting http records
* Allowing copy and share functionality of headers

## Version 1.4.0 (August 25, 2017)
* Eliminating Realm dependency and using traditional database support from Android
* Using new guava library instead of old google-collection
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {

buildscript {
ext {
snooperVersion = '1.5.0-SNAPSHOT'
snooperVersion = '1.5.0'

// deployment properties
NEXUS_USERNAME = System.getenv("NEXUS_USERNAME")
Expand Down

0 comments on commit d49c01b

Please sign in to comment.