Skip to content

Commit

Permalink
2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Apr 24, 2024
1 parent e1c7822 commit 39bd020
Show file tree
Hide file tree
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
Expand Up @@ -2,6 +2,8 @@ Changelog for the gruf gem. This includes internal history before the gem was ma

### Pending release

### 2.20.0

* [#190] Remove unsued `e2mmap` and `thwait` gems from `runtime_dependency`.
* [#194] Add interceptor to reload Rails app code accross requests
* [#209] Removes manual `establish_connection` and active connection check for each request from `Gruf::Interceptors::ActiveRecord::ConnectionReset`.
Expand Down
2 changes: 1 addition & 1 deletion lib/gruf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,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.19.1.pre'
VERSION = '2.20.0'
end

0 comments on commit 39bd020

Please sign in to comment.