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)