Skip to content

Commit

Permalink
Bump version to v0.0.8 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM authored Mar 2, 2022
1 parent 873f69d commit 2cd7f01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This project has been funded by DG ECHO and implemented by Caritas Switzerland a

All release notes for this project will be documented in this file; this project follows [Semantic Versioning](https://semver.org/).

## v0.0.8 - 2022-03-02

### Bug fixes and improvements :bug:

- Validate configurations before creation / modification. PR [#32](https://github.com/onaio/duva/pull/32)

## v0.0.7 - 2022-01-20

### Bug fixes and improvements :bug:
Expand Down
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Settings(BaseSettings):
app_name: str = "Duva"
app_description: str = ""
app_version: str = "v0.0.7"
app_version: str = "v0.0.8"
app_host: str = "127.0.0.1"
app_port: int = 8000
database_url: str = "postgres://duva:[email protected]/duva"
Expand Down

0 comments on commit 2cd7f01

Please sign in to comment.