diff --git a/CHANGELOG.md b/CHANGELOG.md index 8afa34e..555fc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.3](https://github.com/Blvckleg/BingusBoingus/compare/v1.1.2...v1.1.3) (2024-02-25) + + +### Bug Fixes + +* **mongo-config:** configurable auth database ([ee35cd4](https://github.com/Blvckleg/BingusBoingus/commit/ee35cd4e40056f4d5b11e235aed331762b0b2f9e)) + + +### Reverts + +* .github/workflows/docker.yml ([f1fceb7](https://github.com/Blvckleg/BingusBoingus/commit/f1fceb7256031856df38e4a2777281503272c80a)) + ## [1.1.2](https://github.com/Blvckleg/BingusBoingus/compare/v1.1.1...v1.1.2) (2024-02-24) diff --git a/package-lock.json b/package-lock.json index 3e384ce..2b4c4e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bingusboingus", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bingusboingus", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@nestjs/common": "^10.2.10", diff --git a/package.json b/package.json index ed4924f..39d7799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bingusboingus", - "version": "1.1.2", + "version": "1.1.3", "description": "Hey look it's Bingus.... or Boingus?? OR BOTH??", "main": "src/main.ts", "scripts": {