Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-06-13)

### Bug Fixes

* added jenkins notifyCommitStatus script ([136dec3](136dec3))
* fix for commitlint ([d443a53](d443a53))
* fix for jenkinsfile ([c27ad23](c27ad23))
* fixed jenkins pipeline failure ([3a70b00](3a70b00))
* fixed jenkins pipeline failure ([243d6f8](243d6f8))
* fixed releaserc ([36612d5](36612d5))
* renamed jenkinsfile ([37ee752](37ee752))
* using npx commitlint lib ([0a8bf96](0a8bf96))

### Features

* add main.go ([3c4ae45](3c4ae45))
* added cve records download, load up in database ([aec9ada](aec9ada))
* added database migrations ([5a2b33b](5a2b33b))
* added dockerfile, jenkinsfile for building docker image ([fa01de8](fa01de8))
* added flyway Dockerfile ([00c71d6](00c71d6))
* added indexing, object versioning ([593aa4b](593aa4b))
* added semantic versioning of docker image ([54251f0](54251f0))
* **Jenkins:** add JenkinsFile ([29faa5b](29faa5b))
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent 3678714 commit 174fc78
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 @@
# 1.0.0 (2024-06-13)


### Bug Fixes

* added jenkins notifyCommitStatus script ([136dec3](https://github.com/csye7125-su24-team7/webapp/commit/136dec35289bea9488c9b5f71b033cdd4b81d5bc))
* fix for commitlint ([d443a53](https://github.com/csye7125-su24-team7/webapp/commit/d443a53be5adc56c79280107ed59daae228ecbd9))
* fix for jenkinsfile ([c27ad23](https://github.com/csye7125-su24-team7/webapp/commit/c27ad233db4fbdd03ad016060b3d0426aec80264))
* fixed jenkins pipeline failure ([3a70b00](https://github.com/csye7125-su24-team7/webapp/commit/3a70b006ae1abc3675c4ee95acc21f742b390e78))
* fixed jenkins pipeline failure ([243d6f8](https://github.com/csye7125-su24-team7/webapp/commit/243d6f8908efce1bbe25eea211f016dd1768f012))
* fixed releaserc ([36612d5](https://github.com/csye7125-su24-team7/webapp/commit/36612d5a27910e9bbdca71f084a91b081e0af049))
* renamed jenkinsfile ([37ee752](https://github.com/csye7125-su24-team7/webapp/commit/37ee7522f296607a5684fab638d98a94ebe8c948))
* using npx commitlint lib ([0a8bf96](https://github.com/csye7125-su24-team7/webapp/commit/0a8bf961c1c7ff1100bf17c918718c1f84bd4e8e))


### Features

* add main.go ([3c4ae45](https://github.com/csye7125-su24-team7/webapp/commit/3c4ae45201edfda661326b357b82bffe2653f470))
* added cve records download, load up in database ([aec9ada](https://github.com/csye7125-su24-team7/webapp/commit/aec9adab69f791707607b832825c29ce16b4e9ac))
* added database migrations ([5a2b33b](https://github.com/csye7125-su24-team7/webapp/commit/5a2b33b53f4e18f99cf08fe5f5e9933038952170))
* added dockerfile, jenkinsfile for building docker image ([fa01de8](https://github.com/csye7125-su24-team7/webapp/commit/fa01de8c557261978ab6a29b4c1edeeffebaaf3d))
* added flyway Dockerfile ([00c71d6](https://github.com/csye7125-su24-team7/webapp/commit/00c71d61f1161c7a4ef4a0c46f7ceb5bfb638fc7))
* added indexing, object versioning ([593aa4b](https://github.com/csye7125-su24-team7/webapp/commit/593aa4b16891d57e8938f644c7bffcb75def181e))
* added semantic versioning of docker image ([54251f0](https://github.com/csye7125-su24-team7/webapp/commit/54251f097853c380619ae0aa97ec88b8ae2f587f))
* **Jenkins:** add JenkinsFile ([29faa5b](https://github.com/csye7125-su24-team7/webapp/commit/29faa5b935dd722d0854ce3a240da508b6b38c82))

0 comments on commit 174fc78

Please sign in to comment.