diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6d44e..0e3522c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to Wutta-Continuum will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.2.2 (2025-10-29) + +### Fix + +- exclude user password from continuum versioning + ## v0.2.1 (2025-10-29) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f2dbec6..aa500d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "Wutta-Continuum" -version = "0.2.1" +version = "0.2.2" description = "SQLAlchemy-Continuum versioning for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]