Skip to content

Commit

Permalink
Bump version to 1.2.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
admtnnr authored Oct 31, 2024
1 parent 1d2df47 commit e61ce80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## [1.2.0] - [unreleased]
## [1.2.0] - 2024-10-31

### Added
- Allow to pass adapter specific options
- Allow to pass `additional_properties` option to JSON Schema generator
- Allow to pass `description` option to JSON Schema generator
- Support for symbol type aliases in attribute mappings

## [1.1.0] - 2024-02-17

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:
shale (1.1.0)
shale (1.2.0)
bigdecimal

GEM
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
shale (1.1.0)
shale (1.2.0)
bigdecimal

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/shale/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Shale
# @api private
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit e61ce80

Please sign in to comment.