From 8efb8de4abf055f6b5ff2ad43ea151e08d806eb6 Mon Sep 17 00:00:00 2001 From: Eike Send Date: Wed, 30 Mar 2022 14:11:43 +0200 Subject: [PATCH] Release version 0.8.0 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/ioki/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d672fb..d3879ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.8.0 - 2022-03-30 +* Adds Operator API support +* Adds webhooks models and webhooks support +* Many Bugfixes and improvements + ## 0.7.0 - 2021-12-16 * Support all GET endpoints and corresponding models diff --git a/Gemfile.lock b/Gemfile.lock index c95871a8..5ade69a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ioki-ruby (0.7.0) + ioki-ruby (0.8.0) faraday (~> 1.8) faraday_middleware (~> 1.2) openssl (>= 2.2.0) diff --git a/lib/ioki/version.rb b/lib/ioki/version.rb index fa597c23..386f59f4 100644 --- a/lib/ioki/version.rb +++ b/lib/ioki/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ioki - VERSION = '0.7.0' + VERSION = '0.8.0' end