diff --git a/CHANGELOG.md b/CHANGELOG.md index a9bc3f41f..84903a9ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-2 + + +### 🚀 Enhancements + +- Github oauth ([0b985e0](https://github.com/undb-io/undb/commit/0b985e0)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-1 diff --git a/package.json b/package.json index 76af7404d..449bd894e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-1", + "version": "1.0.0-2", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",