Skip to content

Commit cd88456

Browse files
Prepare v1.11.1 release (#356)
## Which problem is this PR solving? Prepares the v1.11.1 release ## Short description of the changes - Updates beeline version to 1.11.1 - Adds changelog entry
1 parent 7cad4c1 commit cd88456

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# beeline-go changelog
22

3+
## 1.11.1 2022-10-19
4+
5+
### Fixes
6+
7+
- Pre-define capacities for rollups and TLFs (#353) | [@lizthegrey](https://github.com/lizthegrey)
8+
9+
### Maintenance
10+
11+
- Bump libhoney to 1.17.1 (#355) | [@mikegoldsmith](https://github.com/mikegoldsmith)
12+
- Add release file (#354) | [@vreynolds](https://github.com/vreynolds)
13+
314
## 1.11.0 2022-10-11
415

516
### Enhancements

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package beeline
22

3-
const version = "1.11.0"
3+
const version = "1.11.1"

0 commit comments

Comments
 (0)