Skip to content

Commit ebdaccc

Browse files
committed
Fix version number
1 parent fff4649 commit ebdaccc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3-
## 2.2.0
3+
## 2.3.0
44

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

10+
## 2.2.0
11+
12+
- Change dependencies and build output to be debian compatible
13+
1014
## 2.1.1
1115

1216
- Fix Ruby 2.6 to 2.7 incompatible change

lib/media_types/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MediaTypes
4-
VERSION = '2.2.0'
4+
VERSION = '2.3.0'
55
end

0 commit comments

Comments
 (0)