CHANGELOG
=========

2.1.0
-----
Using Docker Compose for testing.
    * `npm run docker:test`
    * `npm run test:docker`

Allow QueryConfig type to be passed when calling pool.query
    Thank you, Dorinel Panaite!

Vulnerability patches.

Removed package-lock.json
    I don't think this really needs to be in the repo. Also,
    I think having it causes more problems than any benefit to
    having it in the repo.

Added CHANGELOG.
