From 919af6967be04b6ba9a4e96bdd18e98f7021cde9 Mon Sep 17 00:00:00 2001
From: Andrew Player <andrewplayer3@gmail.com>
Date: Mon, 14 Oct 2024 14:38:42 -0400
Subject: [PATCH] Update CHANGELOG.md

Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc41062..7f26ff0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) 
 and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [0.12.1]
+## [0.13.0]
 ### Added
 - Optional ability to specify the name of the dockerfile to build with the `reusable-docker-ghcr` action.