From d2b1012caf4db7de93675bbbc7218273feb67627 Mon Sep 17 00:00:00 2001
From: semantic-release <semantic-release>
Date: Wed, 23 Aug 2023 07:24:44 +0000
Subject: [PATCH] 0.22.1

Automatically generated by python-semantic-release
---
 CHANGELOG.md   | 5 +++++
 pyproject.toml | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6fc87a..6e7b42d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
 
 <!--next-version-placeholder-->
 
+## v0.22.1 (2023-08-23)
+### Fix
+* Fixed export FF script to account for crashes ([`6b8d1a1`](https://github.com/Teoroo-CMC/CCS/commit/6b8d1a19686e48710bc29cf9da3b3ca45f794b7b))
+* **ccs_export_sktable.py:** Removed redundant AA to Bohr conversion ([`a829f9c`](https://github.com/Teoroo-CMC/CCS/commit/a829f9c8cf8e9075c28c92475de4098255ae7405))
+
 ## v0.22.0 (2023-08-07)
 ### Feature
 * Adding rmse.json output ([`be6d5bc`](https://github.com/Teoroo-CMC/CCS/commit/be6d5bc4c8690378537ebebe330c7f6d03c80479))
diff --git a/pyproject.toml b/pyproject.toml
index af49c79..72f6961 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ccs_fit"
-version = "0.22.0"
+version = "0.22.1"
 description = "Fitting tools for repulsive two body interactions using curvature constrained splines."
 authors = [
     "Akshay Krishna AK",