Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Apr 23, 2019
1 parent a5a56ef commit fef945f
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.4.0
- Scorpio::OpenAPI v3 classes updated from OAI/OpenAPI-Specification branch oas3-schema
- any uniquely-named request parameter will have accessors on Request and can be passed as config to #initialize
- Request#each_page_ur for pagination
- significantly improved documentation
- many refactorings, improvements, and fixes

# v0.3.1
- miscellaneous minor fixes and improvements

Expand Down
2 changes: 1 addition & 1 deletion lib/scorpio/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scorpio
VERSION = "0.3.1"
VERSION = "0.4.0"
end

0 comments on commit fef945f

Please sign in to comment.