Skip to content

Commit 39bd020

Browse files
committed
2.20.0
1 parent e1c7822 commit 39bd020

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.20.0
6+
57
* [#190] Remove unsued `e2mmap` and `thwait` gems from `runtime_dependency`.
68
* [#194] Add interceptor to reload Rails app code accross requests
79
* [#209] Removes manual `establish_connection` and active connection check for each request from `Gruf::Interceptors::ActiveRecord::ConnectionReset`.

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.19.1.pre'
19+
VERSION = '2.20.0'
2020
end

0 commit comments

Comments
 (0)