Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
newarifrh authored Aug 25, 2024
1 parent afb969c commit c4ac375
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Changelog

## 0.1.0 (2024-08-25)


### Features

* add api auth login ([91e21cf](https://github.com/bps-kota-bontang/serambi-api/commit/91e21cf280118e1a889166cfaf2fe1b89d95f1d6))
* add api create service credential ([7879239](https://github.com/bps-kota-bontang/serambi-api/commit/7879239392269d032e05767cddd15a922e6bd308))
* add api delete team ([647dc01](https://github.com/bps-kota-bontang/serambi-api/commit/647dc010a68a9ea5577952c43ceb47dc5a7390cc))
* add api service teams ([f9c0a6e](https://github.com/bps-kota-bontang/serambi-api/commit/f9c0a6eafebca5e8e86824d165e9e7daf43be328))
* add api services ([27b974f](https://github.com/bps-kota-bontang/serambi-api/commit/27b974f6d9c5615ab2efe94c8807c09c327463e1))
* add api team users ([e07ff48](https://github.com/bps-kota-bontang/serambi-api/commit/e07ff48380cb2bd4185f6c38627c4f1f3a367965))
* add api teams ([539b345](https://github.com/bps-kota-bontang/serambi-api/commit/539b3459fb317570092f7e21d9f2848d01bc1962))
* add api update service ([7a467ec](https://github.com/bps-kota-bontang/serambi-api/commit/7a467ec26eac26bda4545020159894449838370d))
* add api users ([d9d6f11](https://github.com/bps-kota-bontang/serambi-api/commit/d9d6f11e708a03bd3e4956429b76648a63ae2fd8))
* add api users me ([647bb6e](https://github.com/bps-kota-bontang/serambi-api/commit/647bb6e655ff3e1056be0ab76ff834231369d09a))
* add credential in service ([e70d049](https://github.com/bps-kota-bontang/serambi-api/commit/e70d0493f1d8980dd663effbe3843c67edb54117))
* add image in service ([284a1aa](https://github.com/bps-kota-bontang/serambi-api/commit/284a1aa5a7b851692715c57320d3cfb23d9e10ea))
* add query parameter for get services ([6a070e7](https://github.com/bps-kota-bontang/serambi-api/commit/6a070e71809af2bee543d53b1e699b03ae79712f))
* add service tags ([42ebfe3](https://github.com/bps-kota-bontang/serambi-api/commit/42ebfe3435e0523d064f3c2b8381209a4b60e17e))
* add teams and credential when create service ([c51a594](https://github.com/bps-kota-bontang/serambi-api/commit/c51a59423cc48460a69bb424c78267eeaaf69751))
* only admin can create,update,delete team users ([eb794b4](https://github.com/bps-kota-bontang/serambi-api/commit/eb794b41b5f0a673cf57ac24dbb4f338a0c26604))
* only super admin can create team ([c057d8d](https://github.com/bps-kota-bontang/serambi-api/commit/c057d8da0fe54de6ae6cf0e871c6b8ad0011e49b))
* only team users can add, delete services for their team ([b825683](https://github.com/bps-kota-bontang/serambi-api/commit/b8256834eb99847f087a2699361d6fbd420d0eff))
* return credential in at get service ([33f66c1](https://github.com/bps-kota-bontang/serambi-api/commit/33f66c1e52fcc894886c76b6a6d275375034d349))
* super user can access all feature ([be73c5e](https://github.com/bps-kota-bontang/serambi-api/commit/be73c5e27849c3e606f11367b1385c0c50be64a7))
* super user can get all services and delete service ([fef1c14](https://github.com/bps-kota-bontang/serambi-api/commit/fef1c14b94056f198f978f9bd45f32826864bd89))
* update api update team users ([265e9cf](https://github.com/bps-kota-bontang/serambi-api/commit/265e9cff0c0e05563b8906588a74e594c0131c1b))


### Bug Fixes

* correct create or update credential when update sevice ([c227ac6](https://github.com/bps-kota-bontang/serambi-api/commit/c227ac63a5c7de3bdc8c1d53ecf4a319aac0848f))
* correct import prisma lib ([0f8e92e](https://github.com/bps-kota-bontang/serambi-api/commit/0f8e92e86ee5eedb95b9bd3f82a4b1ae11c5af81))
* correct store credential service ([8facb3d](https://github.com/bps-kota-bontang/serambi-api/commit/8facb3dc24dbcb1cb462e43457b58e1b3dac997e))


### Performance Improvements

* add csrf middleware ([89a71d0](https://github.com/bps-kota-bontang/serambi-api/commit/89a71d07c2a0bda1e350670b265cdf227bb3ac73))


### Miscellaneous Chores

* release 0.1.0 ([afb969c](https://github.com/bps-kota-bontang/serambi-api/commit/afb969c712b53e999dd2af0d89ccff9d4ac8eb82))

0 comments on commit c4ac375

Please sign in to comment.