diff --git a/.phpcs.xml b/.phpcs.xml
index 5e38059..0837497 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -33,7 +33,7 @@
-
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62b371c..7408f0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [0.1.1] Unpublished
+## [0.1.1]
### Added
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore: Supports WordPress 6.5.
- ci: Updated Github Action Matrix to test more variations.
- ci: Updated CI actions to support Node 20.
+- ci: removed Github Action `-built-branch` action.
## [0.1.0]
diff --git a/readme.txt b/readme.txt
index f481d92..f19a0cb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -34,6 +34,23 @@ Head over to the [BuddyPress Documentation](https://codex.buddypress.org/partici
== Changelog ==
+= 0.1.1 =
+
+**New Features**
+
+- [#118](https://github.com/renatonascalves/wp-graphql-buddypress/issues/118): feat: Support BuddyPress Community Visibility, "Private Site".
+- [#127](https://github.com/renatonascalves/wp-graphql-buddypress/issues/127): feat: Add `resendSignupEmail` mutation to resend activation email
+- [#115](https://github.com/renatonascalves/wp-graphql-buddypress/issues/115): chore: Add list of plugin dependencies
+- chore: Added a `CHANGELOG.md` file
+
+**Chores / Bugfixes**
+
+- chore: Upgrade to WPCS/VIPCS 3.0 (See https://github.com/alleyinteractive/alley-coding-standards)
+- chore: Supports WordPress 6.5.
+- ci: Updated Github Action Matrix to test more variations.
+- ci: Updated CI actions to support Node 20.
+- ci: removed Github Action `-built-branch` action.
+
= 0.1.0 =
Public Stable Release.