Skip to content

Commit 2520c55

Browse files
author
Andreas Eger
committed
bump version to 0.14.0
1 parent 1d40cf5 commit 2520c55

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Changelog
33

44
## master
55

6+
## 0.14.0
7+
68
- support generic query params
79

810
## 0.13.0

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.13.0'.freeze
4+
VERSION = '0.14.0'.freeze
55
end

0 commit comments

Comments
 (0)