Skip to content

Commit

Permalink
Merge pull request #75 from livefront/prepare-v2.0.2
Browse files Browse the repository at this point in the history
Prepare for v2.0.2 release
  • Loading branch information
brian-livefront committed Apr 19, 2021
2 parents 0bc828a + 820012a commit cb8299a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 2.0.2 *(2021-04-19)*
----------------------------

* Ensured that malformed or incomplete data saved to disk does not result in an exception when attempting to restore state.

Version 2.0.1 *(2021-03-31)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A library for avoiding TransactionTooLargeException during state saving and rest
* [Limitations](#limitations)
* [Testing](#testing)
* [License](#license)
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v2.0.1/javadoc/index.html)
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v2.0.2/javadoc/index.html)

<a name="motivation"></a>
## Motivation
Expand Down Expand Up @@ -140,7 +140,7 @@ repositories {
}
dependencies {
implementation 'com.github.livefront:bridge:v2.0.1'
implementation 'com.github.livefront:bridge:v2.0.2'
}
```

Expand Down

0 comments on commit cb8299a

Please sign in to comment.