Skip to content

Commit

Permalink
chore(release): 3.0.0-rc.2 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-rc.2](v3.0.0-rc.1...v3.0.0-rc.2) (2023-06-02)

### Features

* **BB-5:** Added mongo db support ([a5815aa](a5815aa))
* **db:** Begin refactor ([51bf6f3](51bf6f3))
* **db:** Begin refactor ([d825d75](d825d75))
* **db:** Full refactor of current DB system ([819e02c](819e02c))
* **test:** Add testing to DB ([e3e525e](e3e525e))
* **test:** Add testing to DB ([0c8da64](0c8da64))
  • Loading branch information
semantic-release-bot committed Jun 2, 2023
1 parent f71b0f6 commit 9c60b5c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-rc.2](https://github.com/bendavies99/BabbleBot-Server/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2023-06-02)


### Features

* **BB-5:** Added mongo db support ([a5815aa](https://github.com/bendavies99/BabbleBot-Server/commit/a5815aaa24654f8c9231c9fff565e9dc0cf06ea0))
* **db:** Begin refactor ([51bf6f3](https://github.com/bendavies99/BabbleBot-Server/commit/51bf6f30e876c555253564b4bfe91ac82bb3f751))
* **db:** Begin refactor ([d825d75](https://github.com/bendavies99/BabbleBot-Server/commit/d825d7558aef8e957013354db4163277ed5eed96))
* **db:** Full refactor of current DB system ([819e02c](https://github.com/bendavies99/BabbleBot-Server/commit/819e02c105c467241f73394df29c53ccf3a9bd6a))
* **test:** Add testing to DB ([e3e525e](https://github.com/bendavies99/BabbleBot-Server/commit/e3e525e7cb58c558dd547c384ef6c540b2ae58f1))
* **test:** Add testing to DB ([0c8da64](https://github.com/bendavies99/BabbleBot-Server/commit/0c8da640148a265e51f17824aebe95dc68929e82))

# [3.0.0-rc.1](https://github.com/bendavies99/BabbleBot-Server/compare/v2.1.6...v3.0.0-rc.1) (2020-12-17)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.0.0-rc.1
version = 3.0.0-rc.2
systemProp.org.gradle.internal.publish.checksums.insecure = true

0 comments on commit 9c60b5c

Please sign in to comment.