diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1dc779..9aa5bf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+
+### v2.14.0 - 2023/12/24
- fix output not cleared when cargo is in quiet mode and there's nothing - Fix #131
diff --git a/Cargo.lock b/Cargo.lock
index 00e4667..77b6a3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,7 +136,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bacon"
-version = "2.14.1-dev"
+version = "2.14.1"
dependencies = [
"anyhow",
"cargo_metadata",
diff --git a/Cargo.toml b/Cargo.toml
index 0027d91..d368d0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bacon"
-version = "2.14.1-dev"
+version = "2.14.1"
authors = ["dystroy "]
repository = "https://github.com/Canop/bacon"
description = "background rust compiler"