Skip to content

Commit

Permalink
Release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikes committed Mar 30, 2022
1 parent b69f889 commit 8efb8de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/ioki/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ioki
VERSION = '0.7.0'
VERSION = '0.8.0'
end

0 comments on commit 8efb8de

Please sign in to comment.