Skip to content

Commit

Permalink
Preparing v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannwagner committed May 6, 2024
1 parent 5dadb29 commit d77ef77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.5.0 - 2024-05-06
### Changes
* Added the option to include and exclude interfaces with regex
* Thanks @rwxd for this contribution!

## 1.4.1 - 2023-08-01
### Changes
* --version now returns the correct version
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
transceivercollector "github.com/wobcom/transceiver-exporter/transceiver-collector"
)

const version string = "1.4.1"
const version string = "1.5.0"

var (
showVersion = flag.Bool("version", false, "Print version and exit")
Expand Down

0 comments on commit d77ef77

Please sign in to comment.