diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5677a5aa..0c84660f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,15 +7,21 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [0.1.1] - 2023-09-21
+
### Fixed
-- The target version of generated JVM bytecode is now 1.8 instead of 11. (https://github.com/nesk/akkurate/issues/5)
-- Suppress the warning about useless casts in generated accessors. (https://github.com/nesk/akkurate/issues/8)
+- The target version of generated JVM bytecode is now 1.8 instead of 11.
+([#5](https://github.com/nesk/akkurate/issues/5))
+- Suppress the warning about useless casts in generated accessors.
+([#8](https://github.com/nesk/akkurate/issues/8))
## [0.1.0] - 2023-09-12
First release
-[unreleased]: https://github.com/nesk/akkurate/compare/v0.1.0...HEAD
+[Unreleased]: https://github.com/nesk/akkurate/compare/0.1.1...HEAD
+
+[0.1.1]: https://github.com/nesk/akkurate/compare/0.1.0...0.1.1
-[0.1.0]: https://github.com/nesk/akkurate/releases/tag/v0.1.0
+[0.1.0]: https://github.com/nesk/akkurate/releases/tag/0.1.0
diff --git a/documentation/v.list b/documentation/v.list
index 82b9bed4..934e3506 100644
--- a/documentation/v.list
+++ b/documentation/v.list
@@ -2,7 +2,7 @@
-
+
diff --git a/documentation/writerside.cfg b/documentation/writerside.cfg
index 6c75e178..8f545287 100644
--- a/documentation/writerside.cfg
+++ b/documentation/writerside.cfg
@@ -4,5 +4,5 @@
-
+
diff --git a/library/build.gradle.kts b/library/build.gradle.kts
index 638fbcec..5ef6a749 100644
--- a/library/build.gradle.kts
+++ b/library/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
}
group = "dev.nesk.akkurate"
-version = "0.1.0"
+version = "0.1.1"
repositories {
mavenCentral()
diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts
index c43dd346..abb025f7 100644
--- a/plugin/build.gradle.kts
+++ b/plugin/build.gradle.kts
@@ -16,7 +16,7 @@ buildscript {
apply(plugin = "com.karumi.kotlin-snapshot")
group = "dev.nesk.akkurate"
-version = "0.1.0"
+version = "0.1.1"
repositories {
mavenCentral()