diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b22e0..ba3d642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.2.0](https://github.com/Jabster28/pgproxy/compare/v1.1.0...v1.2.0) (2021-01-23) + + +### Features + +* **/:** add commit hash at bottom ([45feca0](https://github.com/Jabster28/pgproxy/commit/45feca0ba3389b68d6b32770011f878c3f76d9ac)) +* add Opensearch support ([6af889a](https://github.com/Jabster28/pgproxy/commit/6af889ad385cc1390c22193659027a65a8fcbdea)) +* add readme desc ([207abaa](https://github.com/Jabster28/pgproxy/commit/207abaab2571ec9ea07330701ce5c7111b21ad5d)) +* added QR Code generation ([984a670](https://github.com/Jabster28/pgproxy/commit/984a6700e2e61a65f6893742f1d2457bfbe062d4)) + + +### Bug Fixes + +* added tsignores ([c0851ee](https://github.com/Jabster28/pgproxy/commit/c0851ee60f193350aecf944542f6acf8f4f0c00e)) +* switch to ubuntu ([5061001](https://github.com/Jabster28/pgproxy/commit/50610016a8cdfde96f5501cdad7b7e5d5dfd2810)) +* **deps:** pin dependencies ([6d75c73](https://github.com/Jabster28/pgproxy/commit/6d75c7385f819e041e28a0d862b43d83527fcd82)) + ## 1.1.0 (2021-01-20) diff --git a/package.json b/package.json index e1e0a4e..3a9711d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pgproxy", - "version": "1.1.0", + "version": "1.2.0", "private": true, "scripts": { "hash": "NUXT_ENV_CURRENT_GIT_SHA=`git rev-parse --short HEAD`",