diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1666ae..b2ad4247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog ## [Unreleased] + +## [1.4.1] - 2020-05-12 ### Fixed -- `RGB(255,255, 255).toLAB()` would throw an exception. +- Fix `RGB(255,255, 255).toLAB()` throwing an exception due to rounding precision. ## [1.4.0] - 2019-12-22 ### Added diff --git a/README.md b/README.md index e2d2aeb0..c6d8d1ee 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You can also render any color in CSS `rgb` or `hsl` functional or whitespace not ## API Documentation -API docs are [hosted on JitPack](https://jitpack.io/com/github/ajalt/colormath/1.4.0/javadoc/). +API docs are [hosted on JitPack](https://jitpack.io/com/github/ajalt/colormath/1.4.1/javadoc/). ## Installation @@ -85,7 +85,7 @@ Colormath is distributed through Maven Central, ```groovy dependencies { - compile 'com.github.ajalt:colormath:1.4.0' + compile 'com.github.ajalt:colormath:1.4.1' } ``` diff --git a/gradle.properties b/gradle.properties index 013f9abf..37626f05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=1.4.0 +VERSION_NAME=1.4.1