Skip to content

Commit

Permalink
Bump version to v1.0.2-4
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jan 22, 2020
1 parent d1bf795 commit d31ba5f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Sails PostgreSQL Redacted Changelog
2020-01-22 | v1.0.2-3 -> v1.0.2-4
=================================
* Update dependencies
* Change travis node versions to LTS and Latest
* Drop support for NodeJS v4 and v6
* Add yarn test:docker script
* Add scripts for managing releases

### 1.0.2-1
v1.0.2-2 -> v1.0.2-3
====================
* Fix machinepack-postgresql

v1.0.2-1 -> v1.0.2-2
====================
* Add support for connecting to postgres at a unix socket

1.0.2-1
=======
* redact passwords in error messages
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sails-postgresql-redacted",
"description": "a PostgreSQL adapter for Waterline and Sails.js. Tracking upstream, but with passwords redacted from error messages",
"version": "1.0.2-3",
"version": "1.0.2-4",
"author": "Cody Stoltman <particlebanana@gmail.com>",
"url": "http://github.com/alxndrsn/sails-postgresql",
"keywords": [
Expand Down

0 comments on commit d31ba5f

Please sign in to comment.