diff --git a/Cargo.lock b/Cargo.lock
index 1f1e95b..780116a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1988,7 +1988,7 @@ dependencies = [
[[package]]
name = "irox"
-version = "0.6.2"
+version = "0.6.3"
dependencies = [
"irox-bits",
"irox-build-rs",
diff --git a/irox/CHANGELOG.md b/irox/CHANGELOG.md
index 2f840cf..24264ab 100644
--- a/irox/CHANGELOG.md
+++ b/irox/CHANGELOG.md
@@ -1,6 +1,33 @@
+## v0.6.3 (2024-06-28)
+
+### New Features
+
+ - prep dot for release
+ - prep for release
+
+### Commit Statistics
+
+
+
+ - 2 commits contributed to the release over the course of 3 calendar days.
+ - 39 days passed between releases.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Prep dot for release ([`723d3bd`](https://github.com/spmadden/irox/commit/723d3bd69f3009da28eb9b4b6617efa2d4664950))
+ - Prep for release ([`c9669eb`](https://github.com/spmadden/irox/commit/c9669eb56d70101b1e85d76d7895ac37f795edfa))
+
+
## v0.6.2 (2024-05-19)
### New Features
@@ -11,7 +38,7 @@
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -22,6 +49,7 @@
view details
* **Uncategorized**
+ - Release irox v0.6.2 ([`73c6121`](https://github.com/spmadden/irox/commit/73c6121c5727cdd7ae4a8f466f57f583d60245dc))
- Export the individual subcrates as well as the use/features ([`7192cb4`](https://github.com/spmadden/irox/commit/7192cb489d330b35371c50192876ef4b02d39c95))
diff --git a/irox/Cargo.toml b/irox/Cargo.toml
index bc8d851..80089e2 100644
--- a/irox/Cargo.toml
+++ b/irox/Cargo.toml
@@ -3,7 +3,7 @@ name = "irox"
description = "irox Rust Tools & Libraries"
keywords = ["irox"]
categories = ["aerospace", "science", "mathematics"]
-version = "0.6.2"
+version = "0.6.3"
edition.workspace = true
authors.workspace = true
homepage.workspace = true