From 4a0530d646f8b96e7430386e11a9eaa11c0651e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:41:05 +0000 Subject: [PATCH] chore: release 0.7.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 2fa102a..cabc3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +### [0.7.2](https://www.github.com/joynerd/close/compare/v0.7.1...v0.7.2) (2023-01-03) + + +### Bug Fixes + +* Added availability endpoint to user ([8047352](https://www.github.com/joynerd/close/commit/80473525adb56e358843ef910376e129ddec47d5)) + ### [0.7.1](https://www.github.com/joynerd/close/compare/v0.7.0...v0.7.1) (2023-01-02) diff --git a/lib/close/version.rb b/lib/close/version.rb index 6acb484..440fb77 100644 --- a/lib/close/version.rb +++ b/lib/close/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Close - VERSION = "0.7.1" + VERSION = "0.7.2" end