From f9dffc1fa1468934b49359508c57fe0663cdb899 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Thu, 29 Jun 2023 15:15:55 -0400 Subject: [PATCH] Preparing for next developer iteration, 0.5.1. --- CHANGELOG.md | 4 ++++ lib/tax_cloud/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ddf44..3164d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.5.1 (Next) + +* Your contribution here. + ### 0.5.0 (7/21/2023) * Update README, CHANGELOG, and LICENSE from RDoc to Markdown - diff --git a/lib/tax_cloud/version.rb b/lib/tax_cloud/version.rb index 1e2cbf1..39de472 100644 --- a/lib/tax_cloud/version.rb +++ b/lib/tax_cloud/version.rb @@ -2,5 +2,5 @@ module TaxCloud #:nodoc: # The version of the tax_cloud gem. - VERSION = '0.5.0' + VERSION = '0.5.1' end