From e45e4d5eb627c6a7add20c2ebf8d337febdf499d Mon Sep 17 00:00:00 2001 From: David Levine Date: Sat, 17 Jun 2023 14:52:55 +0000 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e670d0..afef17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). ## [Unreleased] + +## [1.0.0-beta.2] - 2023-06-17 - dev: Remove `Squiz.Commenting.FunctionComment.ParamCommentFullStop` and `Squiz.Commenting.FunctionComment.EmptyThrows` from `WPGraphQL-Strict`. -- chore: Update `phpcs.xml.dist.example` to set the `cache` and `severity` values, and add additional inline-comments. +- dev: Update minimum PHPUnit version to `8.5.0`. +- chore: Update `phpcs.xml.dist.example` to set the schema location `cache` and `severity` values, and add additional inline-comments. ## [1.0.0-beta.1] - 2023-06-05 - Initial release