We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839683c commit e50886bCopy full SHA for e50886b
ChangeLog.md
@@ -1,6 +1,23 @@
1
## Changes between Neocons 3.2.0 and 3.3.0 (unreleased)
2
3
-No changes yet.
+### Clojure 1.8
4
+
5
+Neocons now depends on `org.clojure/clojure` version `1.9.0`. It is
6
+still compatible with Clojure 1.8 and if your `project.clj` depends on
7
+a different version, it will be used, but 1.9 is the default now.
8
9
+### Neo4J Java Driver Upgrade
10
11
+Neo4J Java driver dependency has been updated to `1.5.0`.
12
13
+### clj-http Upgrade
14
15
+clj-http dependency has been updated to `3.7.0`.
16
17
+### Cheshire Upgrade
18
19
+Cheshire dependency has been updated to `5.8.0`.
20
21
22
23
0 commit comments