diff --git a/CHANGELOG.md b/CHANGELOG.md
index 912e4c2..51fbaaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,40 @@
+## 0.46.2 (2024-11-05)
+
+### Chore
+
+ - bump the cargo group with 2 updates
+ Bumps the cargo group with 2 updates:
+ [url](https://github.com/servo/rust-url) and
+ [thiserror](https://github.com/dtolnay/thiserror).
+
+ Updates `url` from 2.5.2 to 2.5.3
+ Updates `thiserror` from 1.0.67 to 1.0.68
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 day passed between releases.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#247](https://github.com/substrait-io/substrait-rs/issues/247)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#247](https://github.com/substrait-io/substrait-rs/issues/247)**
+ - Bump the cargo group with 2 updates ([`b1bdd83`](https://github.com/substrait-io/substrait-rs/commit/b1bdd83cdb3458acdb2fc016a8919c8a1a1c1f33))
+
+
## 0.46.1 (2024-11-04)
+
+
### Chore
- bump the cargo group across 1 directory with 3 updates
@@ -17,7 +50,7 @@
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#246](https://github.com/substrait-io/substrait-rs/issues/246)
@@ -29,6 +62,8 @@
* **[#246](https://github.com/substrait-io/substrait-rs/issues/246)**
- Bump the cargo group across 1 directory with 3 updates ([`3736258`](https://github.com/substrait-io/substrait-rs/commit/373625864c4840fe25aeca8ed23da3338e2f890b))
+ * **Uncategorized**
+ - Release substrait v0.46.1 ([`52cb7d4`](https://github.com/substrait-io/substrait-rs/commit/52cb7d44a6c23534e98939d2650df32e8a00cb76))
## 0.46.0 (2024-11-04)
@@ -2178,6 +2213,10 @@
Include core extensions from `Subtrait`.
The majority of the code originates from the un-merged pr #89.
---------
+ - include Substrait core extensions
+ Include core extensions from `Subtrait`.
+ The majority of the code originates from the un-merged pr #89.
+ ---------
### Commit Statistics
diff --git a/Cargo.lock b/Cargo.lock
index 2577104..5d7be0c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -757,7 +757,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "substrait"
-version = "0.46.1"
+version = "0.46.2"
dependencies = [
"heck",
"hex",
diff --git a/Cargo.toml b/Cargo.toml
index 3d55bd2..79a5c85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[package]
name = "substrait"
-version = "0.46.1"
+version = "0.46.2"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"