Skip to content

Commit

Permalink
Bump to 0.11.2 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jan 6, 2023
1 parent 8f5c089 commit c41dc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.11.2
# 0.11.2 - 2023/01/06

* Fix json_schema generation on builtin_type NilClass. "null"
is not a valid value, we now use "string" instead.
Expand Down
2 changes: 1 addition & 1 deletion lib/finitio/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Version

MAJOR = 0
MINOR = 11
TINY = 1
TINY = 2

def self.to_s
[ MAJOR, MINOR, TINY ].join('.')
Expand Down

0 comments on commit c41dc7a

Please sign in to comment.