diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fcc73..a88fe7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/copick/copick-utils/compare/copick-utils-v1.0.1...copick-utils-v1.0.2) (2026-01-06) + + +### 🐞 Bug Fixes + +* bump chanzuckerberg/github-actions from 6.11.1 to 6.12.2 ([#38](https://github.com/copick/copick-utils/issues/38)) ([42dcdaa](https://github.com/copick/copick-utils/commit/42dcdaa997ba927d0bff0c123e87920553736c8d)) + ## [1.0.1](https://github.com/copick/copick-utils/compare/copick-utils-v1.0.0...copick-utils-v1.0.1) (2025-12-03) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index e66e5cf..7a71545 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.0.1" +__version__ = "1.0.2"