Skip to content

Commit

Permalink
release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pmillz committed Sep 3, 2024
1 parent 874857a commit 855ff22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented [here](https://github.com/mr-pmillz/eoldate/blob/main/CHANGELOG.md?ref_type=heads)

## [0.0.1] - 2024-09-03

### ⚙️ Miscellaneous

- Initial poc - ([874857a](https://github.com/mr-pmillz/eoldate/-/commit/874857a0c84039ef284ccb9d7b7f82ca6967be4e))
- Initial commit - ([9a0c65c](https://github.com/mr-pmillz/eoldate/-/commit/9a0c65c4587c942f4013fd1a54b1925770c235f6))

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion eoldate.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http"
)

const CurrentVersion = `v0.0.1`
const CurrentVersion = `v0.0.2`
const EOLBaseURL = "https://endoflife.date/api"

// Options ...
Expand Down

0 comments on commit 855ff22

Please sign in to comment.