From bf055c6a8085fd6cc652f649d0abd24394293f3d Mon Sep 17 00:00:00 2001 From: djdembeck Date: Mon, 12 Aug 2024 13:29:45 -0500 Subject: [PATCH] chore(release): 1.3.2 --- CHANGELOG.md | 7 +++++++ Contents/Code/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8239e..3a8c9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.2](https://github.com/djdembeck/Audnexus.bundle/compare/v1.3.1...v1.3.2) (2024-08-12) + + +### Bug Fixes + +* **author-update:** :bug: use preferred region when searching updating authors ([743870b](https://github.com/djdembeck/Audnexus.bundle/commit/743870b40f5af7ec34eaaff9a4455b8dab808c8f)), closes [#113](https://github.com/djdembeck/Audnexus.bundle/issues/113) + ### [1.3.1](https://github.com/djdembeck/Audnexus.bundle/compare/v1.3.0...v1.3.1) (2023-08-25) diff --git a/Contents/Code/_version.py b/Contents/Code/_version.py index 35ec9a3..2238c8f 100644 --- a/Contents/Code/_version.py +++ b/Contents/Code/_version.py @@ -1 +1 @@ -version = "1.3.1" +version = "1.3.2"