From 90eeefdb2f7f53f964889c9c94a39daacb16cce2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:08:31 -0400 Subject: [PATCH] chore(main): release 0.2.0 (#9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/consulkit/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada0836..7a52a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/etsy/consulkit/compare/v0.1.2...v0.2.0) (2024-06-06) + + +### Features + +* add "List Service Instances for Service" call ([#8](https://github.com/etsy/consulkit/issues/8)) ([d115001](https://github.com/etsy/consulkit/commit/d1150019c98de693e9815c68b1ea0426c850ffad)) + ## [0.1.2](https://github.com/etsy/consulkit/compare/v0.1.1...v0.1.2) (2023-07-07) diff --git a/Gemfile.lock b/Gemfile.lock index 3bfb6da..7e69f33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - consulkit (0.1.2) + consulkit (0.2.0) faraday (~> 2.7) faraday-retry (~> 2.2) diff --git a/lib/consulkit/version.rb b/lib/consulkit/version.rb index 42c7a4a..fdf19a6 100644 --- a/lib/consulkit/version.rb +++ b/lib/consulkit/version.rb @@ -2,6 +2,6 @@ module Consulkit - VERSION = '0.1.2' + VERSION = '0.2.0' end