Skip to content

Commit 91d5d2a

Browse files
committed
release 3.2.11
1 parent 48adc4f commit 91d5d2a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13+
## [v3.2.11] - 2020-05-8
14+
### Added
15+
- @hhromic Add Syslog TCP framing documentation to README
16+
17+
### Changed
18+
- @hhromic syslog adapter refactor
19+
- @michaelshobbs use type assertion instead of reflection to determine connection type
20+
- @michaelshobbs use // + space for all human readable comments
21+
1322
## [v3.2.10] - 2020-05-1
1423
### Added
1524
- @jszwedko Add optional TCP framing to syslog adapter
@@ -234,7 +243,8 @@ All notable changes to this project will be documented in this file.
234243
- Base container is now Alpine
235244
- Moved to gliderlabs organization
236245

237-
[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.10...HEAD
246+
[unreleased]: https://github.com/gliderlabs/logspout/compare/v3.2.11...HEAD
247+
[v3.2.11]: https://github.com/gliderlabs/logspout/compare/v3.2.10...v3.2.11
238248
[v3.2.10]: https://github.com/gliderlabs/logspout/compare/v3.2.9...v3.2.10
239249
[v3.2.9]: https://github.com/gliderlabs/logspout/compare/v3.2.8...v3.2.9
240250
[v3.2.8]: https://github.com/gliderlabs/logspout/compare/v3.2.7...v3.2.8

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.10
1+
v3.2.11

0 commit comments

Comments
 (0)