From 6b2a64cd944715c73dd9facb462eb768fa7f1473 Mon Sep 17 00:00:00 2001
From: Renato Alves <19148962+renatonascalves@users.noreply.github.com>
Date: Sun, 5 May 2024 15:32:29 -0300
Subject: [PATCH] Update `readme.txt` with changelog items
---
.phpcs.xml | 2 +-
CHANGELOG.md | 3 ++-
readme.txt | 17 +++++++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/.phpcs.xml b/.phpcs.xml
index 5e380599..08374978 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -33,7 +33,7 @@
-
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62b371c8..7408f0cc 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 f481d924..f19a0cb0 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.