From f020add74eacd1b9a15d271f8bbbdab2297bb9a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:22:33 +0000 Subject: [PATCH] chore(main): release 1.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50873c20..5ccf5d6c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.2" + ".": "1.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index da3198b5..aeff8963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.3](https://github.com/rivet-gg/cli/compare/v1.3.2...v1.3.3) (2024-07-10) + + +### Features + +* add --skip-migrate flag to opengb deploy ([#262](https://github.com/rivet-gg/cli/issues/262)) ([6255e07](https://github.com/rivet-gg/cli/commit/6255e0770dcea42d97b26357559fd0672257e675)) + + +### Bug Fixes + +* **opengb:** one db per env ([#256](https://github.com/rivet-gg/cli/issues/256)) ([a3c4e10](https://github.com/rivet-gg/cli/commit/a3c4e109d6ec316fc72c296b97efa4ef1aef11f9)) +* revert regression with config-rs dependency ([#270](https://github.com/rivet-gg/cli/issues/270)) ([2dbb0b9](https://github.com/rivet-gg/cli/commit/2dbb0b9871e3bd8e342ab48f08dc8104677df1b7)) + + +### Chores + +* release 1.3.3 ([aae8e3b](https://github.com/rivet-gg/cli/commit/aae8e3bd2e58baa4fc75888b40ecf1a194077205)) +* update posthog api key ([#263](https://github.com/rivet-gg/cli/issues/263)) ([5f2ee58](https://github.com/rivet-gg/cli/commit/5f2ee58a5b5bb204dd7d4178446bb1de304a9c0f)) + ## [1.3.2](https://github.com/rivet-gg/cli/compare/v1.3.1...v1.3.2) (2024-06-13)