From 7f72ab3f78132bb418d6f8e2c3f6ce5d5f1ec889 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 +++ Gemfile.lock | 2 +- lib/grpc_rest/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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/Gemfile.lock b/Gemfile.lock index 90697e1..647fa19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - grpc-rest (0.1.15) + grpc-rest (0.1.16) grpc rails (>= 6.0) 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