Skip to content

Commit 37ddd48

Browse files
committed
Changelog update
1 parent 1718907 commit 37ddd48

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# Change Log
22

3+
## 2.6.1
4+
5+
23rd March 2021
6+
7+
Log Courier
8+
9+
- Fixes for panics when loading configuration
10+
11+
Log Carver
12+
13+
- Fixes for `else` conditionals reporting as configuration errors
14+
315
## 2.6.0
416

517
23rd March 2021
618

719
Log Courier
820

9-
- Fix broken `includes` configuration that was broken in 2.5.0 and add preventative tests
21+
- Fix broken `includes` configuration that was broken in 2.5.0 and add preventative tests (#380)
1022
- Added new `reader` configuration to `files` entries that defaults to `"line"`
1123
- Added a `"json"` `reader` that can read JSON files containing objects without line separators or line endings and decode them into events
1224

lc-lib/core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
package core
1818

1919
// LogCourierVersion is the library version number
20-
const LogCourierVersion string = "2.6.0"
20+
const LogCourierVersion string = "2.6.1"

0 commit comments

Comments
 (0)