Skip to content

Commit 794498c

Browse files
authored
rel: Prep v1.19.0 (#459)
Prep v1.19.0
1 parent 8e800be commit 794498c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 1.19.0 2025-03-21
4+
5+
This release is mainly to take dependency updates and to support a revised field name for Pyroscope. Please note that beelines are being sunset and are not intending to add new features in the future.
6+
7+
### Maintenance
8+
9+
- feat(trace): update profileIDLabelName to match Pyroscope (#455) | [Liz Fong-Jones](https://github.com/lizthegrey)
10+
- maint: bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.2 (#427) | [dependabot[bot]](https://github.com/dependabot)
11+
- maint: bump the minor-patch group across 1 directory with 8 updates (#456) | [dependabot[bot]](https://github.com/dependabot)
12+
- maint: remove old example, update go versions (#458) | [Kent Quirk](https://github.com/kentquirk)
13+
- maint: update team name (#457) | [Liz Fong-Jones](https://github.com/lizthegrey)
14+
- maint: Add link to sunset issue in README (#450) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
15+
316
## 1.18.0 2024-11-22
417

518
### Maintenance

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.18.0"
3+
const version = "1.19.0"

0 commit comments

Comments
 (0)