From 2de92df52635db463629fcad304116c396b00500 Mon Sep 17 00:00:00 2001 From: Joseph Sirianni Date: Thu, 25 Feb 2021 13:44:59 -0500 Subject: [PATCH] release v0.13.14 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fade3dfaa..df34dea4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.13.14] - Unreleased +## [0.13.14] - 2021-02-25 ### Changed - Added TLS support to tcp input operator [pr253](https://github.com/observIQ/stanza/pull/253)