diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a002945f..70757b41f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 6.1.1 (2021-12-13)
+
+* docs: add docs on validation, fix TOC (#405) ([d433c2f](https://github.com/readmeio/rdme/commit/d433c2f)), closes [#405](https://github.com/readmeio/rdme/issues/405)
+* feat(versions): stringify JSON for `--raw` option (#404) ([ce651e9](https://github.com/readmeio/rdme/commit/ce651e9)), closes [#404](https://github.com/readmeio/rdme/issues/404)
+
+
+
## 6.0.0 (2021-12-03)
* docs: removing a dead link from the readme ([4b5308f](https://github.com/readmeio/rdme/commit/4b5308f))
diff --git a/package-lock.json b/package-lock.json
index fb4494998..da8031487 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "rdme",
- "version": "6.1.0",
+ "version": "6.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rdme",
- "version": "6.1.0",
+ "version": "6.1.1",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
diff --git a/package.json b/package.json
index 4b739d625..649550483 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdme",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "ReadMe's API CLI",
"license": "MIT",
"author": "ReadMe (https://readme.com)",