Skip to content

Commit

Permalink
Bump version to 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Jun 26, 2024
1 parent 51738f5 commit 1dc54ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.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.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
grpc-rest (0.1.14)
grpc-rest (0.1.15)
grpc
rails (>= 6.0)

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.14'
VERSION = '0.1.15'
end

0 comments on commit 1dc54ed

Please sign in to comment.