Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
splittingred committed Nov 8, 2018
1 parent cdcc690 commit fc512ef
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@ Changelog for the gruf gem. This includes internal history before the gem was ma

### Pending release

### 2.5.1

- Ensure `timeout` is an int when passed as a client option to a gRPC client
- Add `bound_service` reader to `Gruf::Controllers::Base` for finding the service bound to the given controller

2 changes: 1 addition & 1 deletion lib/gruf/version.rb
Original file line number Diff line number Diff line change
@@ -14,5 +14,5 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
module Gruf
VERSION = '2.5.1.pre'.freeze
VERSION = '2.5.1'.freeze
end

0 comments on commit fc512ef

Please sign in to comment.