From b8af84ea241ce5358618a518cf5cb7bd25a6d358 Mon Sep 17 00:00:00 2001 From: Daniel Orner Date: Tue, 9 Jul 2024 14:58:01 -0400 Subject: [PATCH] Bump version to 0.1.16 --- CHANGELOG | 3 +++ lib/grpc_rest/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 37f854a..20b5a46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +# 0.1.16 - 2024-07-09 +- Support requests in camel case + # 0.1.15 - 2024-06-26 - Actually emit the correct error code on failure. :( diff --git a/lib/grpc_rest/version.rb b/lib/grpc_rest/version.rb index 18a1e3f..f4ead73 100644 --- a/lib/grpc_rest/version.rb +++ b/lib/grpc_rest/version.rb @@ -1,3 +1,3 @@ module GrpcRest - VERSION = '0.1.15' + VERSION = '0.1.16' end