From 839a747ce83d95778827ba120f9e2006b79441bd Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 20 Aug 2019 09:20:02 -0700 Subject: [PATCH] bump version + talk about Windows fix in the changelog --- CHANGELOG.md | 3 +++ DOCKER_VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a55e15bf..c0fc2029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [5.0.4] - 2019-08-20 +- Windows build fixes (there was a problem with the use of ::poll that has a different name on Windows (WSAPoll)) + ## [5.0.3] - 2019-08-14 - CobraMetricThreadedPublisher _enable flag is an atomic, and CobraMetricsPublisher is enabled by default diff --git a/DOCKER_VERSION b/DOCKER_VERSION index 50e2274e..2d6c0bcf 100644 --- a/DOCKER_VERSION +++ b/DOCKER_VERSION @@ -1 +1 @@ -5.0.3 +5.0.4