From 2d142e5cb6b5c296a9c33cf3053e891a1956d14d Mon Sep 17 00:00:00 2001 From: pressbooks-ops <66340483+pressbooks-ops@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:20:42 -0400 Subject: [PATCH] chore(dev): release 1.0.1 (#185) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- pressbooks-multi-institution.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefaa..8d7e5f13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4cc1f8..e1ea559b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/pressbooks/pressbooks-multi-institution/compare/1.0.0...1.0.1) (2024-07-02) + + +### Bug Fixes + +* select only required fields in `get_users` ([#184](https://github.com/pressbooks/pressbooks-multi-institution/issues/184)) ([6db9177](https://github.com/pressbooks/pressbooks-multi-institution/commit/6db9177008aa1893fd07324bd48fc521a5265bd6)) + ## [1.0.0](https://github.com/pressbooks/pressbooks-multi-institution/compare/v0.1.0...1.0.0) (2024-05-30) diff --git a/README.md b/README.md index 7dcf0112..80a1db2e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Requires at least:** 6.4.3 \ **Tested up to:** 6.4.3 \ -**Stable tag:** 1.0.0 \ +**Stable tag:** 1.0.1 \ **License:** GPLv3 or later \ **License URI:** https://www.gnu.org/licenses/gpl-3.0.html diff --git a/pressbooks-multi-institution.php b/pressbooks-multi-institution.php index 539f4a98..e195194f 100644 --- a/pressbooks-multi-institution.php +++ b/pressbooks-multi-institution.php @@ -7,7 +7,7 @@ * Requires Plugins: pressbooks * Description: Tools for managing Pressbooks networks shared by multiple institutions * x-release-please-start-version - * Version: 1.0.0 + * Version: 1.0.1 * x-release-please-end * Author: Pressbooks (Book Oven Inc.) * Author URI: https://pressbooks.org