diff --git a/crates/fhe-traits/CHANGELOG.md b/crates/fhe-traits/CHANGELOG.md
index 731da85..79e611f 100644
--- a/crates/fhe-traits/CHANGELOG.md
+++ b/crates/fhe-traits/CHANGELOG.md
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 0.1.0-beta.1 (2022-09-07)
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#121](https://github.com/tlepoint/fhe.rs/issues/121)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#121](https://github.com/tlepoint/fhe.rs/issues/121)**
+ - Remove features, remove utilities crate, bump versions ([`570943a`](https://github.com/tlepoint/fhe.rs/commit/570943ae1822888a2ccb27412619ab3355b3ea3a))
+
+
## 0.1.0-beta.0 (2022-09-06)
First pre-release version of the `fhe-traits` crate for fhe.rs.
@@ -13,7 +33,7 @@ First pre-release version of the `fhe-traits` crate for fhe.rs.
- - 4 commits contributed to the release over the course of 1 calendar day.
+ - 5 commits contributed to the release over the course of 1 calendar day.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#114](https://github.com/tlepoint/fhe.rs/issues/114), [#120](https://github.com/tlepoint/fhe.rs/issues/120)
@@ -28,6 +48,7 @@ First pre-release version of the `fhe-traits` crate for fhe.rs.
* **[#120](https://github.com/tlepoint/fhe.rs/issues/120)**
- Move internal to crates as they would be published, add changelog ([`cd3ba02`](https://github.com/tlepoint/fhe.rs/commit/cd3ba026d01275672e0c3f5e1d32aa473cde7978))
* **Uncategorized**
+ - Release fhe-traits v0.1.0-beta.0, fhe-util v0.1.0-beta.0, fhe-math v0.1.0-beta.0, fhe v0.1.0-beta.0 ([`e81e1c6`](https://github.com/tlepoint/fhe.rs/commit/e81e1c60769e63c52ad3885d16249161074ca293))
- Update changelog ([`85a00a1`](https://github.com/tlepoint/fhe.rs/commit/85a00a1b8113e4dc8b1d4e9d19fc6c354fb6ae0e))
- Switch version to a pre-release number ([`cd8d3b2`](https://github.com/tlepoint/fhe.rs/commit/cd8d3b2d383367239436adcc2508bdbe816b9981))