diff --git a/CHANGELOG b/CHANGELOG index f29640c..37f854a 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.15 - 2024-06-26 +- Actually emit the correct error code on failure. :( + # 0.1.14 - 2024-06-25 - Emit the correct error code on failure. diff --git a/Gemfile.lock b/Gemfile.lock index d7a87fc..90697e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - grpc-rest (0.1.14) + grpc-rest (0.1.15) grpc rails (>= 6.0) diff --git a/lib/grpc_rest/version.rb b/lib/grpc_rest/version.rb index 4721ebf..18a1e3f 100644 --- a/lib/grpc_rest/version.rb +++ b/lib/grpc_rest/version.rb @@ -1,3 +1,3 @@ module GrpcRest - VERSION = '0.1.14' + VERSION = '0.1.15' end