Skip to content

Commit cb8299a

Browse files
Merge pull request #75 from livefront/prepare-v2.0.2
Prepare for v2.0.2 release
2 parents 0bc828a + 820012a commit cb8299a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 2.0.2 *(2021-04-19)*
5+
----------------------------
6+
7+
* Ensured that malformed or incomplete data saved to disk does not result in an exception when attempting to restore state.
8+
49
Version 2.0.1 *(2021-03-31)*
510
----------------------------
611

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A library for avoiding TransactionTooLargeException during state saving and rest
1515
* [Limitations](#limitations)
1616
* [Testing](#testing)
1717
* [License](#license)
18-
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v2.0.1/javadoc/index.html)
18+
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v2.0.2/javadoc/index.html)
1919

2020
<a name="motivation"></a>
2121
## Motivation
@@ -140,7 +140,7 @@ repositories {
140140
}
141141
142142
dependencies {
143-
implementation 'com.github.livefront:bridge:v2.0.1'
143+
implementation 'com.github.livefront:bridge:v2.0.2'
144144
}
145145
```
146146

0 commit comments

Comments
 (0)