We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6abd01 commit 2fffbdaCopy full SHA for 2fffbda
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.48.5
2
* Removed `log.Secret` helper as unnessesarry in public API after refactoring logging subsystem
3
* Enriched the error with important details from initial discovery
4
* Added `internal.{secret,stack}` packages
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "48"
6
- VersionPatch = "4"
+ VersionPatch = "5"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments