Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Jul 15, 2019
1 parent 8e9ba25 commit 9f46be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Unreleased

* Add current directory to `$LOAD_PATH` only when `--require` option is used (#117).

## racecar v0.5.0

* Add support for manually sending heartbeats with `heartbeat` (#105).
* Allow configuring `sasl_over_ssl`.
* Add current directory to `$LOAD_PATH` only when `--require` option is used (#117).
* Support for `ssl_verify_hostname` in the configuration (#120)

## racecar v0.4.2

Expand Down
2 changes: 1 addition & 1 deletion lib/racecar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Racecar
VERSION = "0.5.0.beta2"
VERSION = "0.5.0"
end

0 comments on commit 9f46be4

Please sign in to comment.