Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
docs: add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xburda4 committed Aug 1, 2022
1 parent e944007 commit 1c06bc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
How to release a new version:
- Update this file with the latest versions.
- Commit the changes with commit title `release(env): vX.X.X` (where `X.X.X` is the new version).
- Manually release new version.

## [Unreleased]

## [0.0.1] - 2022-08-01
### Added

- Added Changelog

[0.0.1]: https://github.com/strvcom/strv-backend-go-env/releases/tag/v0.0.1

0 comments on commit 1c06bc9

Please sign in to comment.