Skip to content

Commit

Permalink
Prepare for release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jul 4, 2021
1 parent c581bf4 commit 0aaea36
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.2.0

### Added
- New bindings for `NavigationBarView` which works with both `BottomNavigationView` and the new `NavigationRailView`, deprecate bindings on `BottomNavigationView`.

### Changed
- Kotlin 1.5.20
- Material Components 1.4.0
- AndroidX Core 1.6.0
- AndroidX Fragment 1.3.5

## 1.1.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Dependencies are hosted on [Maven Central][maven-central].
Latest version:

```groovy
def flowbinding_version = "1.1.0"
def flowbinding_version = "1.2.0"
```

### Platform Bindings
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.flowbinding
VERSION_NAME=1.2.0-SNAPSHOT
VERSION_NAME=1.2.0

POM_URL=https://github.com/reactivecircus/FlowBinding
POM_SCM_URL=https://github.com/reactivecircus/FlowBinding
Expand Down

0 comments on commit 0aaea36

Please sign in to comment.