Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jan 23, 2021
1 parent 45feca0 commit e1e2011
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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`",
Expand Down

0 comments on commit e1e2011

Please sign in to comment.