Skip to content

Commit

Permalink
Tag v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sgabe committed Oct 2, 2021
1 parent d71bf11 commit c9eea77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7] - 2021-10-02
### Changed
- Gin version bumped to fix CVE-2020-28483.

## [0.0.6] - 2021-04-10
### Added
- Common template functions provided by Sprig.
Expand Down Expand Up @@ -70,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Redirect logged in users to jobs when page was not found.
- Improved template renderer to use layouts.

[Unreleased]: https://github.com/sgabe/winaflpet/compare/v0.0.6...HEAD
[Unreleased]: https://github.com/sgabe/winaflpet/compare/v0.0.7...HEAD
[0.0.7]: https://github.com/sgabe/winaflpet/releases/tag/v0.0.7
[0.0.6]: https://github.com/sgabe/winaflpet/releases/tag/v0.0.6
[0.0.5]: https://github.com/sgabe/winaflpet/releases/tag/v0.0.5
[0.0.4]: https://github.com/sgabe/winaflpet/releases/tag/v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all server agent

BUILD_VER := 0.0.6
BUILD_VER := 0.0.7
BUILD_REV := $(shell git rev-parse --short HEAD)
BUILD_DATE ?= $(shell git log --pretty=format:%ct -1)

Expand Down

0 comments on commit c9eea77

Please sign in to comment.