We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd74a83 commit 1654b96Copy full SHA for 1654b96
CHANGELOG.md
@@ -4,9 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
More infos about this file : http://keepachangelog.com/
6
7
-## [???] - 2020.01.20
8
-* Update dependencies
9
-* The cache key is now generated from a given function.
+## [v4.0.0] - 2020.01.22
+* Update dependencies.
+* The cache key is now generated from a given function, as input of `DistanceApi`.
10
11
## [v3.0.4] - 2019.11.12
12
* Fix for `GoogleDistanceProvider`: stop adding the traffic duration to the default duration: consider it as a full
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "3.0.4"
+version in ThisBuild := "4.0.0"
0 commit comments