From 29cfade7fb7513aa80a0d2714a14b31ed36ebf66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 19:28:30 +0000 Subject: [PATCH] chore(staging): release 1.4.0-rc --- .release-please-manifest.staging.json | 2 +- CHANGELOG-rc.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.staging.json b/.release-please-manifest.staging.json index 96f1cd94..b9fd16e3 100644 --- a/.release-please-manifest.staging.json +++ b/.release-please-manifest.staging.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0-rc" } diff --git a/CHANGELOG-rc.md b/CHANGELOG-rc.md index b7d14f40..84b20570 100644 --- a/CHANGELOG-rc.md +++ b/CHANGELOG-rc.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0-rc](https://github.com/DataIntegrationGroup/OcotilloAPI/compare/v1.3.0...v1.4.0-rc) (2026-08-28) + + +### Features + +* **well-inventory:** allow wells outside New Mexico (BDMS-1109) ([15ed781](https://github.com/DataIntegrationGroup/OcotilloAPI/commit/15ed781ef79d0ab9444339499015aa7f4dc82d8b)) + ## [1.3.0-rc.2](https://github.com/DataIntegrationGroup/OcotilloAPI/compare/v1.3.0-rc.1...v1.3.0-rc.2) (2026-08-25)