Skip to content

Commit fcb59bb

Browse files
committed
2.18.0
1 parent c522a00 commit fcb59bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog for the gruf gem. This includes internal history before the gem was ma
22

33
### Pending release
44

5+
### 2.18.0
6+
57
* Add `GRUF_USE_DEFAULT_INTERCEPTORS` ENV to dynamically enable/disable default interceptors
68
* Allow passing of request object directly into `call`
79

lib/gruf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1717
#
1818
module Gruf
19-
VERSION = '2.17.1.pre'
19+
VERSION = '2.18.0'
2020
end

0 commit comments

Comments
 (0)