Skip to content

Commit

Permalink
docs: added initial changelog (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-wz authored Apr 21, 2024
1 parent 7ab6afd commit 82c32e4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

## [v0.1.0] - 2024-04-21
- Initial release of `CAMGO`.
- Added basic functionality.
- Clean Architecture layers:
- Entity
- Controller with handling errors unit and auto-set routes.
- Service
- Repository
- Handy `deployments` through make statements.
- `Docker` Containerized environment
- Application: build, run, stop, remove, and clean
- Mocks generation
- Postgresql database
- PgAdmin database GUI
- GitHub Actions:
- Workflows:
- CI
- Release
- Dependabot
- Implemented database migrations.
- `Viper` configuration through environment variables.
- `PostgreSQL` database support.
- `ZeroLog` logger support
- `Chi` router support
- `Mockery` automate mocks generations.

0 comments on commit 82c32e4

Please sign in to comment.