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