Skip to content

Commit

Permalink
Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A5308Y committed Nov 22, 2021
1 parent 3062e79 commit 818e0c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.6.0 - 2021-11-22
* Refactorings, gem name fix, improve setup

## 0.5.0 - 2021-11-16
* Fix bug in Platform::Area

## 0.4.0 - 2021-11-09
* Improvements in model handling and configuration

## 0.3.0 - 2021-11-02
* Repo goes public, spec changes, history gets squashed

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ioki-ruby (0.3.0)
ioki-ruby (0.6.0)
faraday (~> 1.8)
faraday_middleware (~> 1.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/ioki/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Ioki
VERSION = '0.3.0'
VERSION = '0.6.0'
end

0 comments on commit 818e0c3

Please sign in to comment.