Skip to content

Commit

Permalink
Bump version to 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Jul 9, 2024
1 parent b753a35 commit b8af84e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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. :(

Expand Down
2 changes: 1 addition & 1 deletion lib/grpc_rest/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GrpcRest
VERSION = '0.1.15'
VERSION = '0.1.16'
end

0 comments on commit b8af84e

Please sign in to comment.