diff --git a/README.md b/README.md index 1721d4504..85a3098a2 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org ## Releases and dependency information ## -Latest stable release: 1.11.57 +Latest stable release: 1.11.60 * [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22) [Leiningen](http://github.com/technomancy/leiningen/) dependency information: ``` -[org.clojure/clojurescript "1.11.57"] +[org.clojure/clojurescript "1.11.60"] ``` [Maven](http://maven.apache.org) dependency information: @@ -22,7 +22,7 @@ Latest stable release: 1.11.57 org.clojure clojurescript - 1.11.57 + 1.11.60 ``` diff --git a/changes.md b/changes.md index 7c33e6fce..3f94a513e 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,9 @@ +## 1.11.60 + +### Fixes +* broaden scope of UUID equiv to implementers of protocol rather than concrete type +* CLJS-3382: Fix regression in .apply after CLJS-3024 + ## 1.11.57 ### Fixes