We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478b760 commit a9a3fdcCopy full SHA for a9a3fdc
2 files changed
CHANGELOG.md
@@ -3,8 +3,10 @@ Changelog
3
4
## master
5
6
+## 0.13.0
7
+
8
- sidecar resources for multipart requests can be labeled with required
-- remove support for sidepushing via `included` array in request body.
9
+- **remove** support for sidepushing via `included` array in request body.
10
11
## 0.12.0
12
lib/request_handler/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module RequestHandler
- VERSION = '0.12.0'.freeze
+ VERSION = '0.13.0'.freeze
end
0 commit comments