From 0fe36d06bb00fdef9197a021a0b8cb33380b4ede Mon Sep 17 00:00:00 2001 From: Joseph Sirianni Date: Thu, 15 Jul 2021 11:35:00 -0400 Subject: [PATCH] 1.1.5 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a7ddd5e..ba797784c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## 1.1.5 - 2021-07-15 + +### Changed +- Goflow now includes a string representation of the `proto` field as `proto_name` [PR 359](https://github.com/observIQ/stanza/pull/359) +- Goflow parse function refactored for significant performance increase [PR 361](https://github.com/observIQ/stanza/pull/361) + +### Fixed +- Goflow zero values (such as `proto`) are no longer ommited as they are valid values [PR 361](https://github.com/observIQ/stanza/pull/361) + - `proto`: 0 represents `proto_name`: HOPOPT + ## 1.1.4 - 2021-07-08 ### Added