Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed Jun 13, 2022
1 parent ec15a2e commit 8b895c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## 0.9.0 - 2022-06-13
* Operator API: Adds create and delete endpoints for products
* Operator API: Adds endpoint for permissions of the current operator
* Operator API: Adds endpoints to manage drivers
* Operator API: Adds endpoints to manage places within products
* Platform API: Adds endpoints to manage places within products
* Platform API: Adds support for more attributes in various models
* Driver API: Adds API with various endpoints
* Passenger API: Adds endpoint for current ride
* Passenger API: Adds endpoints for notification settings
* Adds support for returning pagination info when using `params: {paginate: true}`
* Many other improvements

## 0.8.0 - 2022-03-30
* Adds Operator API support
* Adds webhooks models and webhooks support
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ioki-ruby (0.8.0)
ioki-ruby (0.9.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.8.0'
VERSION = '0.9.0'
end

0 comments on commit 8b895c7

Please sign in to comment.