Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

44 lines (23 loc) · 2.43 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2020-05-13)

Features

Bug Fixes

  • run app with a non-root user inside docker (#10) (1e3195d)

1.1.3 (2020-03-14)

Bug Fixes

  • fix vulnerability issues by upgrading dependencies (9c15650)

1.1.2 (2020-02-16)

Bug Fixes

  • fix issue with incorrect stack for errors that are not of type AppError (48d1a5a)

1.1.1 (2019-12-04)

Bug Fixes

  • use JWT iat as seconds from epoch instead of milliseconds (#4) (c4e1a84)

1.1.0 (2019-11-23)

Features

  • add docker support (3401449), closes #2
  • verify connection to email server at startup (f38d86a)

1.0.0 (2019-11-22)

Features

  • initial release