diff --git a/CHANGELOG.md b/CHANGELOG.md
index 808cead..5a947c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,51 +5,78 @@ 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).
-## v0.5.2 (2024-01-22)
+## v0.5.2 (2024-01-24)
+
+
### Chore
- Update Cargo.toml with new repo URL
-### New Features
+### Other
- - run clippy + BlueBuildTrait
- * feat: run clippy + BlueBuildTrait
-
- * chore: add default run impl; more clippy
-
- * chore: remove vscode folder; not needed
-
- * cleanups
-
- * Move to commands.rs
-
- * Move functions; remove run function implementation from each command
-
- * Remove run impl from init commands
-
- * Use error log
+ - Allow write for id-token
+ - Fetch all to get history for changelog updates
+ - Add CARGO_REGISTRY_TOKEN
+ - Remove input for release
+ - Set packages permissions to write
+ - Use docker/login-action@v3
+ - Allow workflow_dispatch on build
+ - Allow write for contents and id-token
+ - Don't build integration tests in +all
+ - Create GitHub Workflow
+ Add support for building, tagging, and releasing via CICD
---------
+### Documentation
+
+ - Manual update changelog for release
+ - Update changelog
+
+### Chore
+
+ - Manual bump of version
+ - use GHCR for install.sh
+ Trying to make the action install the binary from the container on GHCR
+ with `podman run --rm ghcr.io/blue-build/cli:main-installer | sudo bash`
+ (like in the README). Getting some error and this _might_ be related and
+ might not, but shouldn't hurt to merge either, since I just made the
+ `cli` package public.
+
+ ---------
+ - Update README.md
+ update description
+
+### New Features
+
+ - run clippy + BlueBuildTrait
+ * feat: run clippy + BlueBuildTrait
+* chore: add default run impl; more clippy
+* chore: remove vscode folder; not needed
+* cleanups
+* Move to commands.rs
+* Move functions; remove run function implementation from each command
+* Remove run impl from init commands
+* Use error log
+
### Bug Fixes
+
+
- Rebase path not being generated properly
- * fix: Rebase path not being generated properly
-
- * consolidate logic into generate_full_image_name
-
- * Fix nightly build
- - Update outdated 60-custom.just
+ * fix: Rebase path not being generated properly
+* consolidate logic into generate_full_image_name
+* Fix nightly build
### Commit Statistics
- - 4 commits contributed to the release over the course of 1 calendar day.
+ - 12 commits contributed to the release.
- 1 day passed between releases.
- - 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- - 2 unique issues were worked on: [#4](https://github.com/blue-build/cli/issues/4), [#8](https://github.com/blue-build/cli/issues/8)
+ - 12 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 3 unique issues were worked on: [#10](https://github.com/blue-build/cli/issues/10), [#11](https://github.com/blue-build/cli/issues/11), [#9](https://github.com/blue-build/cli/issues/9)
### Commit Details
@@ -57,15 +84,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
- * **[#4](https://github.com/blue-build/cli/issues/4)**
- - Run clippy + BlueBuildTrait ([`dbbd087`](https://github.com/blue-build/cli/commit/dbbd087b5ba3dc7a6bf8f3fa9be2cdb569d6cecb))
- * **[#8](https://github.com/blue-build/cli/issues/8)**
- - Rebase path not being generated properly ([`c832bcd`](https://github.com/blue-build/cli/commit/c832bcd1aaca3b29ee45accf1673610aaffaf888))
+ * **[#10](https://github.com/blue-build/cli/issues/10)**
+ - Update README.md ([`00b81a2`](https://github.com/blue-build/cli/commit/00b81a25bc546eb7314e4b910f2b4c101b7ee9fc))
+ * **[#11](https://github.com/blue-build/cli/issues/11)**
+ - Use GHCR for install.sh ([`42d879a`](https://github.com/blue-build/cli/commit/42d879a6e52cc466a1e12d754eaa26ce7b21015a))
+ * **[#9](https://github.com/blue-build/cli/issues/9)**
+ - Create GitHub Workflow ([`99649d2`](https://github.com/blue-build/cli/commit/99649d2d8804c052ee41e51dbce822ff3ef2fe74))
* **Uncategorized**
- - Update Cargo.toml with new repo URL ([`4f62b3e`](https://github.com/blue-build/cli/commit/4f62b3e5df47b74191a4222a6d98c9ffc5d7a993))
- - Update outdated 60-custom.just ([`9454baa`](https://github.com/blue-build/cli/commit/9454baa75063b7c249fde08f663b5982c0572384))
+ - Allow write for id-token ([`4858d9d`](https://github.com/blue-build/cli/commit/4858d9dc3022edfdd7a0f7b31f42aa503c75fe9b))
+ - Fetch all to get history for changelog updates ([`8bc7cf3`](https://github.com/blue-build/cli/commit/8bc7cf3a0a7cf4d3995bdcb60071aa2912801ae5))
+ - Add CARGO_REGISTRY_TOKEN ([`32d31fd`](https://github.com/blue-build/cli/commit/32d31fdf6c7bfc3d577e6ac1d36bf504624887b1))
+ - Remove input for release ([`cf04653`](https://github.com/blue-build/cli/commit/cf04653458059560b8f735e795b72ffd4b1a418c))
+ - Set packages permissions to write ([`40d6ffb`](https://github.com/blue-build/cli/commit/40d6ffbddef078b7c37e363a8f64ad70e13a5ca9))
+ - Use docker/login-action@v3 ([`90dbe0b`](https://github.com/blue-build/cli/commit/90dbe0bdedc291459427cc3ad22d6296d79e2b05))
+ - Allow workflow_dispatch on build ([`5849c4a`](https://github.com/blue-build/cli/commit/5849c4a23febb8f4a5435824cb72e9cee9aba8bf))
+ - Allow write for contents and id-token ([`e8e8bfa`](https://github.com/blue-build/cli/commit/e8e8bfa0966cd6b2bf827620aad6df7fb5339b36))
+ - Don't build integration tests in +all ([`6a4c89d`](https://github.com/blue-build/cli/commit/6a4c89d567c4f7cd76415c56818527d9f7048bc2))
+
+ Update outdated 60-custom.just
+
## v0.5.1 (2024-01-22)