Skip to content

Commit

Permalink
[Release] V1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed May 8, 2017
1 parent 9f75183 commit e2658c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Release Notes

## Version 1.0.0 (Mar 21, 2017)
* Snooper core module
* Snooper Spring library
## Version 1.0.2 (May 9, 2017)
* Ability to share HTTP call data
* Ability to delete old requests
* UI enhancements

## Version 1.0.1 (Apr 21, 2017)
* Support for Square's OkHttp library
* Bug fixes
* Bug fixes

## Version 1.0.0 (Mar 21, 2017)
* Snooper core module
* Snooper Spring library
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit e2658c9

Please sign in to comment.