Skip to content

Commit

Permalink
chore: release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Jan 25, 2024
1 parent 0ad190b commit 2aeb6f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Go module
versioning](https://go.dev/doc/modules/version-numbers).

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

### Added

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

### Fixed

### Security

## [1.1.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v1.1.0) 2024-01-25

### Fixed

- [All] Fixes an issue where the caller function name is badly reported as a random slice of the
current function name (#85)

### Security

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

Expand Down
2 changes: 1 addition & 1 deletion internal/build/build.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package build // import "github.com/autometrics-dev/autometrics-go/internal/build"

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

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

0 comments on commit 2aeb6f8

Please sign in to comment.