From 9278488824b272885b0b674e7a67803b11988774 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 22:59:40 +0000 Subject: [PATCH] chore: release v1.1.8-1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8511cf8..70728d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.8-1](https://github.com/agrc/masquerade/compare/v1.1.8-0...v1.1.8-1) (2023-06-02) + + +### 🐛 Bug Fixes + +* **ci:** add missing flag to cloud run deploy ([1613732](https://github.com/agrc/masquerade/commit/16137320eabde1ab4fc7298ed6a4316a7d7a8f9b)) + ## [1.1.8-0](https://github.com/agrc/masquerade/compare/v1.1.7...v1.1.8-0) (2023-06-02) diff --git a/setup.py b/setup.py index b4321d8..47f1dc5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='masquerade', - version='1.1.8-0', + version='1.1.8-1', license='MIT', description='A proxy service that creates an Esri locator from AGRC data and web services.', author='AGRC',