diff --git a/CHANGELOG b/CHANGELOG index 248aaf7..d3d1f56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,9 +4,13 @@ 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.0.2] - 2020-06-16 -Nothing yet. +### Fixed + + - No longer crashes if OCSP request received before certificate created. + - Cosmetic: format certificate details nicely in log message. + - Minor: fix capitalisation in log message. ## [1.0.1] - 2020-06-15 diff --git a/package.json b/package.json index cecab0e..859043b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@small-tech/auto-encrypt", - "version": "1.0.1", + "version": "1.0.2", "description": "Adds automatic provisioning and renewal of Let’s Encrypt TLS certificates with OCSP Stapling to Node.js https servers (including Express.js, etc.)", "keywords": [ "let's encrypt",