# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.1] - 2021-06-15

### Changed

- Add off option for pg-redis-shim (https://github.com/oauth-io/oauthd/pull/102)
- HOTFIX: 'postgresql://' -> 'postgres://'
- HOTFIX: improve plumbing of POSTGRES_MIGRATIONS_PATH

## [1.3.0] - 2021-06-14

### Changed

- Add postgres connection, shim redis ops with log-only (https://github.com/oauth-io/oauthd/pull/100)
- Add winston for logging (https://github.com/oauth-io/oauthd/pull/99)

## [1.2.2] - 2021-06-13

### Changed

- Enhancement: Decaffeinate some files, vendor dependencies broken in staging (https://github.com/oauth-io/oauthd/pull/96)

## [1.2.1] - 2021-06-08

### Changed

- Operations: Improve local development
- Operations: Add logging to production when DEBUG is set

## [1.2.0] - 2021-06-03

### Changed

- Documentation: Reworked documentation

## [1.1.4] - 2021-05-29

### Added

- All code that runs the project up to 2021 (last modified in ~2018)

[Unreleased]: https://github.com/oauth-io/oauthd/compare/v1.3.1...HEAD
[2.0.0]: https://github.com/oauth-io/oauthd/compare/1.0.7...1.3.1
[1.0.7]: https://github.com/oauth-io/oauthd/compare/1.2.2...1.3.0
[1.2.2]: https://github.com/oauth-io/oauthd/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/oauth-io/oauthd/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/oauth-io/oauthd/compare/1.1.5...1.2.0
[1.1.5]: https://github.com/oauth-io/oauthd/compare/1.1.4...1.1.5
[1.1.4]: https://github.com/oauth-io/oauthd/releases/tag/1.1.4
