diff --git a/HISTORY.md b/HISTORY.md index 1bd77f7..b37e324 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,12 @@ # Changelog -## [v2.2](https://github.com/tj-actions/pg-dump/tree/v2.2) (2021-10-04) +## [v2.3](https://github.com/tj-actions/pg-dump/tree/v2.3) (2021-10-21) -[Full Changelog](https://github.com/tj-actions/pg-dump/compare/v2.1...v2.2) +[Full Changelog](https://github.com/tj-actions/pg-dump/compare/v2.2...v2.3) + +**Implemented enhancements:** + +- \[Feature\] Choose Postgres version [\#35](https://github.com/tj-actions/pg-dump/issues/35) **Closed issues:** @@ -10,6 +14,17 @@ **Merged pull requests:** +- Bump tj-actions/sync-release-version from 8.7 to 9 [\#41](https://github.com/tj-actions/pg-dump/pull/41) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Update actions/checkout action to v2.3.5 [\#40](https://github.com/tj-actions/pg-dump/pull/40) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/verify-changed-files action to v8 [\#39](https://github.com/tj-actions/pg-dump/pull/39) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v2.2 [\#38](https://github.com/tj-actions/pg-dump/pull/38) ([jackton1](https://github.com/jackton1)) + +## [v2.2](https://github.com/tj-actions/pg-dump/tree/v2.2) (2021-10-04) + +[Full Changelog](https://github.com/tj-actions/pg-dump/compare/v2.1...v2.2) + +**Merged pull requests:** + - Updated README.md [\#37](https://github.com/tj-actions/pg-dump/pull/37) ([jackton1](https://github.com/jackton1)) - Update action.yml [\#36](https://github.com/tj-actions/pg-dump/pull/36) ([jackton1](https://github.com/jackton1)) - Update pascalgn/automerge-action action to v0.14.3 [\#34](https://github.com/tj-actions/pg-dump/pull/34) ([renovate[bot]](https://github.com/apps/renovate)) diff --git a/README.md b/README.md index aaf7375..e95c9b0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate steps: - uses: actions/checkout@v2 - name: Postgres Dump Backup - uses: tj-actions/pg-dump@v2.2 + uses: tj-actions/pg-dump@v2.3 with: database_url: "postgres://test_user:test_user_password@localhost:5432/testdb" path: "backups/backup.sql"