Skip to content

Commit a9a3fdc

Browse files
author
Andreas Eger
committed
bump version
1 parent 478b760 commit a9a3fdc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Changelog
33

44
## master
55

6+
## 0.13.0
7+
68
- sidecar resources for multipart requests can be labeled with required
7-
- remove support for sidepushing via `included` array in request body.
9+
- **remove** support for sidepushing via `included` array in request body.
810

911
## 0.12.0
1012

lib/request_handler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RequestHandler
4-
VERSION = '0.12.0'.freeze
4+
VERSION = '0.13.0'.freeze
55
end

0 commit comments

Comments
 (0)