diff --git a/CHANGELOG.md b/CHANGELOG.md index f53e0c7..d68de78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,16 @@ Changelog formatting (http://semver.org/): ### Security (in case of vulnerabilities.) --> +## 3.4.1 (2023-04-11) + +### Changed + +- Bump WordPress tested-to to 6.2. + +### Security + +- Bump webpack from 5.75.0 to 5.76.1 (#120) + ## 3.4.0 (2023-02-15) ### Added diff --git a/README.md b/README.md index f791d57..b56458c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HRSWP Blocks -[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/releases/latest) ![WordPress tested up to version 6.1.1](https://img.shields.io/badge/WordPress-v6.1.1%20tested-success.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/hrswp-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/blob/develop/LICENSE.md) +[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Build Status](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/actions) [![Release Version](https://img.shields.io/github/v/release/washingtonstateuniversity/hrswp-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/releases/latest) ![WordPress tested up to version 6.2](https://img.shields.io/badge/WordPress-v6.2%20tested-success.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![GPLv3 License](https://img.shields.io/github/license/washingtonstateuniversity/hrswp-plugin-blocks)](https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/blob/develop/LICENSE.md) ## Overview diff --git a/hrswp-blocks.php b/hrswp-blocks.php index 37c1153..e715cca 100644 --- a/hrswp-blocks.php +++ b/hrswp-blocks.php @@ -1,7 +1,7 @@