We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c7822 commit 39bd020Copy full SHA for 39bd020
CHANGELOG.md
@@ -2,6 +2,8 @@ Changelog for the gruf gem. This includes internal history before the gem was ma
2
3
### Pending release
4
5
+### 2.20.0
6
+
7
* [#190] Remove unsued `e2mmap` and `thwait` gems from `runtime_dependency`.
8
* [#194] Add interceptor to reload Rails app code accross requests
9
* [#209] Removes manual `establish_connection` and active connection check for each request from `Gruf::Interceptors::ActiveRecord::ConnectionReset`.
lib/gruf/version.rb
@@ -16,5 +16,5 @@
16
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17
#
18
module Gruf
19
- VERSION = '2.19.1.pre'
+ VERSION = '2.20.0'
20
end
0 commit comments