Skip to content

Commit c8417f1

Browse files
authored
chore: release 1.1 (#87)
1 parent 0ad190b commit c8417f1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Go module
77
versioning](https://go.dev/doc/modules/version-numbers).
88

9-
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v1.0.0...main)
9+
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v1.1.0...main)
1010

1111
### Added
1212

@@ -18,10 +18,15 @@ versioning](https://go.dev/doc/modules/version-numbers).
1818

1919
### Fixed
2020

21+
### Security
22+
23+
## [1.1.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v1.1.0) 2024-01-25
24+
25+
### Fixed
26+
2127
- [All] Fixes an issue where the caller function name is badly reported as a random slice of the
2228
current function name (#85)
2329

24-
### Security
2530

2631
## [1.0.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v1.0.0) 2023-12-01
2732

internal/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package build // import "github.com/autometrics-dev/autometrics-go/internal/build"
22

33
// Version is the version string of the build, when made available through ldflags.
4-
var Version = "1.0.0"
4+
var Version = "1.1.0"
55

66
// User is the user who triggered this build, when made available through ldflags.
77
var User = "n/a"

0 commit comments

Comments
 (0)