Skip to content

Commit

Permalink
Merge pull request #10 from kbknapp/release-v0.2.0
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
kbknapp committed Mar 29, 2024
2 parents 7b4f40d + dd8f753 commit 46e7f94
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.2.0"></a>
## 0.2.0 Initial Release (2024-03-28)

### Features

- Adds metrics for peer endpoints ([#5](https://github.com/kbknapp/wireguard_exporter/pull/5)) (Thanks to [@furmur](https://github.com/furmur))
- Adds peer aliases ([#1](https://github.com/kbknapp/wireguard_exporter/pull/1))

### Maintanance

- Switch crate `chrono` for `time` ([#3](https://github.com/kbknapp/wireguard_exporter/pull/3))

### Documentation

- Fix links in README ([#2](https://github.com/kbknapp/wireguard_exporter/pull/2))

<a name="0.1.0"></a>
## 0.1.0 Initial Release (2021-11-20)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wireguard_exporter"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = [
"Kevin K. <kbknapp@gmail.com>",
Expand Down

0 comments on commit 46e7f94

Please sign in to comment.