We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff4649 commit ebdacccCopy full SHA for ebdaccc
CHANGELOG.md
@@ -1,12 +1,16 @@
1
# Changelog
2
3
-## 2.2.0
+## 2.3.0
4
5
- Add ability to define multiple versions using one block.
6
- Add `index` attribute type that automatically generates a link list compatible with media_types-serialization.
7
- Add support for `collection` to automatically look up a previously defined schema when passing a view.
8
- Add ability to mark certain attributes as optional when validating with `loose: true` and required otherwise.
9
10
+## 2.2.0
11
+
12
+ - Change dependencies and build output to be debian compatible
13
14
## 2.1.1
15
16
- Fix Ruby 2.6 to 2.7 incompatible change
lib/media_types/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module MediaTypes
- VERSION = '2.2.0'
+ VERSION = '2.3.0'
end
0 commit comments