Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamch committed Feb 16, 2024
1 parent ca40b57 commit 65aa3d1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## 1.0.0 (2024-02-16)


### Features

* add example store, additional columns ([#2](https://github.com/ubccsss/Blood-For-Life-Management-Backend/issues/2)) ([b215f0c](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/b215f0c15c3b92435d150cbe90eea3eab004aa84))
* create initial sql schema ([#1](https://github.com/ubccsss/Blood-For-Life-Management-Backend/issues/1)) ([eb325f7](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/eb325f7eaf06ccd85d0f066aff861e62704f092e))
* implement Update and Delete ([d9b73ba](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/d9b73ba8f762a10e003fcc95f67a9d042bcbbbef))
* implemented Delete() ([dd2c50c](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/dd2c50c9a8ba33a39b7b6c41501879dcdd5b701e))
* implemented partial user.go interface ([92cc454](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/92cc454440749b52cf0e9ba4dac163b4412a2957))
* implemented partial user.go methods ([62d2348](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/62d2348865dd42e3fdeba37984d4c5f7a7031b9c))
* implemented Update() ([624a95e](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/624a95eaea3a248df4820077062ccca2076b8474))
* init project ([e6cee18](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/e6cee18783dcfa6ceace36ed2c3c3d2e1a3f0252))
* Partially implemented EventStore ([07699ae](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/07699aef77ef7b49fa6aa036fcfd24c326b1dfa5))


### Bug Fixes

* converted date formatting to sql timestamp ([3284bf8](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/3284bf8f1e8c32e4a1207d67629d09c16498b6c3))
* fixed issues within previous commit ([658ae49](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/658ae49ecf93c49e7989412143925240376fe8fe))
* spelling in comment ([4668d08](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/4668d08a8e886f7e1869568116186c1a67132ffd))
* syntax error in Update() ([eb6a48b](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/eb6a48b3962a63b1797066f066bde06cc9389b1b))
* type assignment error ([e5727d6](https://github.com/ubccsss/Blood-For-Life-Management-Backend/commit/e5727d62cc3bb7c8f64847f676ba6ae239202ee7))

0 comments on commit 65aa3d1

Please sign in to comment.