diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..211ac9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3f71726 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.10.1](https://github.com/pressbooks/pressbooks-stats/compare/1.10.0...1.10.1) (2024-05-30) + + +### Bug Fixes + +* dependabot and ci updates ([#45](https://github.com/pressbooks/pressbooks-stats/issues/45)) ([a6b1d32](https://github.com/pressbooks/pressbooks-stats/commit/a6b1d32263b233eca70915c95d0eb25ba97cfa49)) +* update variable INPUT_BRANCH to BRANCH to avoid Github runner emptying the value ([#44](https://github.com/pressbooks/pressbooks-stats/issues/44)) ([e10650b](https://github.com/pressbooks/pressbooks-stats/commit/e10650b9e40e33c9dc09a05894ea8eca63c748a3)) diff --git a/pressbooks-stats.php b/pressbooks-stats.php index 17f5dc3..c499109 100644 --- a/pressbooks-stats.php +++ b/pressbooks-stats.php @@ -5,7 +5,7 @@ * Requires at least: WordPress 6.5 * Requires Plugins: pressbooks * x-release-please-start-version - * Version: 1.10.0 + * Version: 1.10.1 * x-release-please-end * Pressbooks tested up to: 6.18.0 * Author: Pressbooks (Book Oven Inc.)