Skip to content

Commit

Permalink
Version 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Jul 25, 2017
1 parent d94faf6 commit 8411705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 2.0.7 (2017-07-25)
* `date`:
* Switched some of the formatting Strings to take in `TemporalAccessor`s instead of `Temporal`s
* Added formatting method to return the full date String

## Version 2.0.6 (2017-07-01)
* `util`:
* Fixed bug where opening a Url in a Chrome custom tab would crash the app if the scheme was missing from the Url
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# org.gradle.parallel=true

# Project properties
suitcase_version=2.0.6
suitcase_version=2.0.7
group=com.guerinet

# Android specific properties
Expand Down

0 comments on commit 8411705

Please sign in to comment.