From c5ac7ef2b071d7176e5c3cf4fafc56626d552cd0 Mon Sep 17 00:00:00 2001 From: Juan Carlos Garcia Date: Fri, 24 Nov 2023 00:13:26 +0100 Subject: [PATCH] Preparing gem for next development version 1.0.1 --- CHANGELOG.md | 14 ++++++++++++++ lib/grape/idempotency/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c3137..dff0b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All changes to `grape-idempotency` will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - (Next) + +### Fix + +* Your contribution here. + +### Changed + +* Your contribution here. + +### Feature + +* Your contribution here. + ## [1.0.0] - 2023-11-23 ### Changed diff --git a/lib/grape/idempotency/version.rb b/lib/grape/idempotency/version.rb index 9c18619..6f43466 100644 --- a/lib/grape/idempotency/version.rb +++ b/lib/grape/idempotency/version.rb @@ -2,6 +2,6 @@ module Grape module Idempotency - VERSION = '1.0.0' + VERSION = '1.0.1' end end \ No newline at end of file