Skip to content

Commit

Permalink
Merge pull request #14 from jd-apprentice/chore/bump-changelog
Browse files Browse the repository at this point in the history
Chore/bump changelog
  • Loading branch information
jd-apprentice authored Aug 13, 2024
2 parents 739544c + 330891d commit 635ffc3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.4.0 - 12-08-2024

### Added

- Few jsdocs more to demostrate how to use it
- Created a simple example for `joi`
- `CODEOWNERS` Should work now?
- `security_opt` for compose
- `logging` for compose
- `app_user` instead of root

## 0.3.0 - 08-08-2024

### Added

- `joi` as a dependency in `package.json`
- scaffold for `src` folder
- update `README.md` with new sections

## 0.2.0 - 07-08-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app_name",
"version": "0.2.0",
"version": "0.4.0",
"author": "Jonathan Dyallo",
"main": "lib/app_name",
"dependencies": {
Expand Down

0 comments on commit 635ffc3

Please sign in to comment.