Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Sep 5, 2019
1 parent aefbf0c commit 5e969b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased
## 0.20.0

- allOf values are now deep-merged in to a single hash before being processed as properties/oneOf. This means that allOf will never be present in your data (just like JSON pointers are auto-resolved)

## 0.19.0

- Parser now handles circular/self reference by returning the $ref as is instead of expanding it indefinitely. (Qihuan Piao)
2 changes: 1 addition & 1 deletion lib/oas_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OasParser
VERSION = '0.19.0'.freeze
VERSION = '0.20.0'.freeze
end

0 comments on commit 5e969b8

Please sign in to comment.