From 3d5d7574b6e628c968d4be91a1db9bc6e5ed9c97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:55:42 -0400 Subject: [PATCH] chore(main): release 1.3.4 (#272) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ccf5d6c..a763b41d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.3" + ".": "1.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aeff8963..df8aeb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.4](https://github.com/rivet-gg/cli/compare/v1.3.3...v1.3.4) (2024-07-11) + + +### Chores + +* Update cargo dist ([#271](https://github.com/rivet-gg/cli/issues/271)) ([c2355ae](https://github.com/rivet-gg/cli/commit/c2355ae705fea6a1bd007412b7628758ccf1a78e)) + ## [1.3.3](https://github.com/rivet-gg/cli/compare/v1.3.2...v1.3.3) (2024-07-10)