Skip to content

Commit

Permalink
Merge pull request #54 from livefront/prepare-v1.2.1
Browse files Browse the repository at this point in the history
Prepare for v1.2.1 release
  • Loading branch information
brian-livefront committed Nov 14, 2019
2 parents adc990c + 99b5fad commit b38e640
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 1.2.1 *(2019-11-14)*
----------------------------

* Fixed bug preventing data from being properly cleared internally during configuration changes.
* Fixed bug resulting in non-launcher intents (such as deep links) sometimes unnecessarily clearing saved data.

Version 1.2.0 *(2019-05-30)*
----------------------------

Expand Down Expand Up @@ -35,4 +41,4 @@ Version 1.1.0 *(2017-08-16)*
Version 1.0.0 *(2017-06-22)*
----------------------------

Initial release.
Initial release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ repositories {
}
dependencies {
implementation 'com.github.livefront:bridge:v1.2.0'
implementation 'com.github.livefront:bridge:v1.2.1'
}
```

Expand Down Expand Up @@ -171,4 +171,4 @@ Typically state saving and restoration may be tested by simply testing device ro
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit b38e640

Please sign in to comment.