Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Jan 12, 2023
1 parent bac26aa commit c145dca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.6.1
- compatibility
- JSI 0.7
- Faraday 2
- Ruby 3
- JRuby

# v0.6.0
- ResourceBase resources in responses may be contained anywhere in the response object contained in ResourceBase::Container
- ResourceBase defines class methods for operations whose request or response schemas are represented by the resource
Expand Down
2 changes: 1 addition & 1 deletion lib/scorpio/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Scorpio
VERSION = "0.6.0".freeze
VERSION = "0.6.1".freeze
end

0 comments on commit c145dca

Please sign in to comment.