From ec310579bb8f3b18e2418a31857f36ec137894c0 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Mon, 20 Feb 2017 08:00:00 -0700 Subject: [PATCH] 3.7.1 --- History.md | 6 ++++++ lib/puma/const.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 122a2614..d222c0c4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 3.7.1 / 2017-02-20 + +* 2 bugfixes: + * Fix typo which blew up MiniSSL (#1182) + * Stop overriding command-line options with the config file (#1203) + ## 3.7.0 / 2017-01-04 * 6 minor features: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 74e0b8b9..781258a9 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -95,7 +95,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "3.7.0".freeze + PUMA_VERSION = VERSION = "3.7.1".freeze CODE_NAME = "Snowy Sagebrush".freeze PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze