Skip to content

Commit

Permalink
Prepare for v0.13.0 release (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachier authored and prashantv committed Jun 14, 2018
1 parent 539a20d commit c636e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

# 0.13.0 (2018-06-14)
* Add Jaeger throttling config.

# 0.12.0 (2017-11-16)
* Add gRPC+Thrift support. Protobuf is not yet supported.
* Allow build-time plugins to register middleware for request modification.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ package main

// versionString is the sem-ver version string for yab.
// It will be bumped explicitly on releases.
var versionString = "0.12.0"
var versionString = "0.13.0"

0 comments on commit c636e0b

Please sign in to comment.