diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36688a6..f9eeba3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.7.1](https://github.com/imevanc/casenator/compare/v1.7.0...v1.7.1) (2024-10-13)
+
+
+### Bug Fixes
+
+* update documentation ([#28](https://github.com/imevanc/casenator/issues/28)) ([b7bcac6](https://github.com/imevanc/casenator/commit/b7bcac6684c1608d27a072376a150cb7e2c7721a))
+
 # [1.7.0](https://github.com/imevanc/casenator/compare/v1.6.0...v1.7.0) (2024-10-13)
 
 
diff --git a/package.json b/package.json
index 8d4604c..0fa7274 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "casenator",
-  "version": "1.7.0",
+  "version": "1.7.1",
   "description": "Casenator is a lightweight utility package for converting strings between camelCase, PascalCase, kebab-case, uppercase, lowercase, and more, with built-in exception handling.",
   "main": "src/index.mjs",
   "type": "module",