diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 32309bd6..536f87f2 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -16,12 +16,16 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
=== Unreleased
+=== v1.0.682-alpha
+
* update clojure tools.reader dependency to v1.3.6
* a zipper created with both a custom `:auto-resolve` option and the `:track-position?` `true` option will now acknowledge and use the custom `:auto-resolve` https://github.com/clj-commons/rewrite-clj/issues/159[#159]
* a Cons now coerces to a rewrite-clj list node https://github.com/clj-commons/rewrite-clj/issues/160[#160] https://github.com/clj-commons/rewrite-clj/issues/161[#161] (thanks @borkdude!)
* internal rewrite-clj developer facing:
** Now also linting rewrite-clj sources with Eastwood https://github.com/clj-commons/rewrite-clj/pull/158[#158] (thanks @vemv!)
+https://github.com/clj-commons/rewrite-clj/compare/v1.0.644-alpha\...v1.0.682-alpha[Gritty details of changes for this release]
+
=== v1.0.644-alpha
* user guide and docstrings better explain `sexpr-able?` and what invalid code elements rewrite-clj parses https://github.com/clj-commons/rewrite-clj/issues/150[#150] https://github.com/clj-commons/rewrite-clj/issues/151[#151]
diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc
index 23f670fb..ee7e518c 100644
--- a/doc/01-user-guide.adoc
+++ b/doc/01-user-guide.adoc
@@ -127,7 +127,7 @@ Include the following dependency in your `deps.edn` file:
// NOTE: the version in this snippit is automatically updated by our release workflow
[source,clojure]
----
-rewrite-clj/rewrite-clj {:mvn/version "1.0.644-alpha"}
+rewrite-clj/rewrite-clj {:mvn/version "1.0.682-alpha"}
----
=== Leiningen
@@ -136,7 +136,7 @@ Include the following dependency in your `project.clj` file:
// NOTE: the version in this snippit is automatically update by our release workflow
[source,clojure]
----
-[rewrite-clj/rewrite-clj "1.0.644-alpha"]
+[rewrite-clj/rewrite-clj "1.0.682-alpha"]
----
== Rewrite-clj APIs
diff --git a/pom.xml b/pom.xml
index 0a5a7d03..f0c51bc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
rewrite-clj
rewrite-clj
- 1.0.644-alpha
+ 1.0.682-alpha
rewrite-clj
A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.
https://github.com/clj-commons/rewrite-clj
@@ -11,7 +11,7 @@
https://github.com/clj-commons/rewrite-clj
scm:git:git@github.com:clj-commons/rewrite-clj.git
scm:git:git@github.com:clj-commons/rewrite-clj.git
- v1.0.644-alpha
+ v1.0.682-alpha