Skip to content

Commit 291350a

Browse files
committed
updating README and CHANGELOG post 1.6.2 release
1 parent 1ef29ef commit 291350a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
7+
8+
## [1.6.2] - 2017-08-20
79
### Fixed
810
- ClassCastException `BiPredicate.flip`
911

@@ -137,7 +139,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
137139
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
138140
- `Functor`, `BiFunctor`, `ProFunctor`
139141

140-
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-1.6.1...HEAD
142+
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-1.6.2...HEAD
143+
[1.6.2]: https://github.com/palatable/lambda/compare/lambda-1.6.1...lambda-1.6.2
141144
[1.6.1]: https://github.com/palatable/lambda/compare/lambda-1.6.0...lambda-1.6.1
142145
[1.6.0]: https://github.com/palatable/lambda/compare/lambda-1.5.6...lambda-1.6.0
143146
[1.5.6]: https://github.com/palatable/lambda/compare/lambda-1.5.5...lambda-1.5.6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ Add the following dependency to your:
5555
<dependency>
5656
<groupId>com.jnape.palatable</groupId>
5757
<artifactId>lambda</artifactId>
58-
<version>1.6.1</version>
58+
<version>1.6.2</version>
5959
</dependency>
6060
```
6161

6262
`build.gradle` ([Gradle](https://docs.gradle.org/current/userguide/dependency_management.html)):
6363

6464
```gradle
65-
compile group: 'com.jnape.palatable', name: 'lambda', version: '1.6.1'
65+
compile group: 'com.jnape.palatable', name: 'lambda', version: '1.6.2'
6666
```
6767

6868
<a name="examples">Examples</a>

0 commit comments

Comments
 (0)