From 72c763e02c7cdb88f7c773d7212a9eac331f3b97 Mon Sep 17 00:00:00 2001
From: Mike Perham <mperham@gmail.com>
Date: Wed, 1 Feb 2017 15:02:21 -0800
Subject: [PATCH] prepare for release

---
 Pro-Changes.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Pro-Changes.md b/Pro-Changes.md
index dee1d348..131bed3c 100644
--- a/Pro-Changes.md
+++ b/Pro-Changes.md
@@ -3,10 +3,11 @@ Sidekiq Pro Changelog
 
 Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
 
-HEAD
+3.4.3
 ---------
 
-- Update reliable scheduler to enqueue up to 100 jobs per call, minimizing Redis latency [#3332]
+- Limit reliable scheduler to enqueue up to 100 jobs per call, minimizing Redis latency [#3332]
+- Fix bug in super\_fetch logic for queues with `_` in the name [#3339]
 
 3.4.2
 ---------