From 9a9fe891d176d7be7410061efdd88c52d6f73600 Mon Sep 17 00:00:00 2001
From: joncrall <jon.crall@kitware.com>
Date: Wed, 14 Aug 2024 19:31:04 -0400
Subject: [PATCH] Start branch for 0.8.1

---
 CHANGELOG.md             | 5 ++++-
 scriptconfig/__init__.py | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1676211..b3e58f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,10 @@ This changelog follows the specifications detailed in: [Keep a Changelog](https:
 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), although we have not yet reached a `1.0.0` release.
 
 
-## Version 0.8.0 - Unreleased
+## Version 0.8.1 - Unreleased
+
+
+## Version 0.8.0 - Released 2024-08-14
 
 ### Removed
 
diff --git a/scriptconfig/__init__.py b/scriptconfig/__init__.py
index 64ee15d..5ace799 100644
--- a/scriptconfig/__init__.py
+++ b/scriptconfig/__init__.py
@@ -151,7 +151,7 @@ Ignore:
     mkinit ~/code/scriptconfig/scriptconfig/__init__.py --nomods --relative -w
 """
 
-__version__ = '0.8.0'
+__version__ = '0.8.1'
 
 __submodules__ = {
     'modal': None,
-- 
GitLab