diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebee5f..bac84ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.6.1] - [2018-07-05)() +### Added +- Warn for more invalid headerStyle properties (padding, top/right/bottom/left, position). + +### Fixed +- Fixed missing header shadow on Android. + ## [2.6.0] - [2018-07-04](https://github.com/react-navigation/react-navigation/releases/tag/2.6.0) ### Added - [NavigationEvents](https://github.com/react-navigation/react-navigation/pull/4188) component as a declarative interface for subscribing to navigation focus events. diff --git a/package.json b/package.json index 6773a23..e89defa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-navigation", - "version": "2.6.0", + "version": "2.6.1", "description": "Routing and navigation for your React Native apps", "main": "src/react-navigation.js", "repository": {