diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 7840fde..24d5689 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "1.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b44aea1..81b5e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.2](https://github.com/copick/copick-utils/compare/copick-utils-v1.8.1...copick-utils-v1.8.2) (2026-08-18) + + +### 🐞 Bug Fixes + +* bump chanzuckerberg/github-actions from 6.32.0 to 6.38.0 ([#91](https://github.com/copick/copick-utils/issues/91)) ([20d8189](https://github.com/copick/copick-utils/commit/20d818929a29bc6dfb062fbb6095b283baa1f5d1)) + ## [1.8.1](https://github.com/copick/copick-utils/compare/copick-utils-v1.8.0...copick-utils-v1.8.1) (2026-08-05) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index a6623c1..7157507 100644 --- a/src/copick_utils/__init__.py +++ b/src/copick_utils/__init__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Kyle Harrington # # SPDX-License-Identifier: MIT -__version__ = "1.8.1" +__version__ = "1.8.2"