diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index a066582f..b185d42f 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -16,8 +16,12 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
=== Unreleased
+=== v1.0.579-alpha
+
* Release workflow now creates a GitHub release
+https://github.com/clj-commons/rewrite-clj/compare/v1.0.574-alpha\...v1.0.579-alpha[Gritty details of changes for this release]
+
=== v1.0.574-alpha
* Docs now render on cljdoc https://github.com/clj-commons/rewrite-clj/issues/138[#138]
diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc
index 14dac471..60460fa9 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.574-alpha"}
+rewrite-clj/rewrite-clj {:mvn/version "1.0.579-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.574-alpha"]
+[rewrite-clj/rewrite-clj "1.0.579-alpha"]
----
== Rewrite-clj APIs
diff --git a/pom.xml b/pom.xml
index 0139b3e1..1cba9672 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
rewrite-clj
rewrite-clj
- 1.0.574-alpha
+ 1.0.579-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.574-alpha
+ v1.0.579-alpha