From 954eebf27406bf4d5b9f043d48f20605c3c26eea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 18:16:48 +0000 Subject: [PATCH] chore: release 0.5.2 --- CHANGELOG.md | 7 +++++++ lib/close/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b108c4b..a6d0475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +### [0.5.2](https://www.github.com/joynerd/close/compare/v0.5.1...v0.5.2) (2022-12-29) + + +### Bug Fixes + +* .create action on resource not returning a resource ([9088a24](https://www.github.com/joynerd/close/commit/9088a24f50b0d30c5ace309cee5e344a195912d2)) + ### [0.5.1](https://www.github.com/joynerd/close/compare/v0.5.0...v0.5.1) (2022-12-28) diff --git a/lib/close/version.rb b/lib/close/version.rb index 2b26c0f..0b14602 100644 --- a/lib/close/version.rb +++ b/lib/close/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Close - VERSION = "0.5.1" + VERSION = "0.5.2" end