Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thexa4 committed Aug 8, 2023
1 parent fff4649 commit ebdaccc
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,12 +1,16 @@
# Changelog

## 2.2.0
## 2.3.0

- Add ability to define multiple versions using one block.
- Add `index` attribute type that automatically generates a link list compatible with media_types-serialization.
- Add support for `collection` to automatically look up a previously defined schema when passing a view.
- Add ability to mark certain attributes as optional when validating with `loose: true` and required otherwise.

## 2.2.0

- Change dependencies and build output to be debian compatible

## 2.1.1

- Fix Ruby 2.6 to 2.7 incompatible change
Expand Down
2 changes: 1 addition & 1 deletion lib/media_types/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MediaTypes
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit ebdaccc

Please sign in to comment.