diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5ade3..a32c1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## 5.2.0 - 2021-12-10 +### Changed +- [Feat:] exposes overrides and defaults from steerage (#48) + ## 5.1.0 - 2021-11-11 ### Changed - [Feat:] Start using pino-pretty library instead the option prettyPrint diff --git a/package.json b/package.json index c35e25f..9ae9a64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vrbo/catalyst-server", - "version": "5.1.0", + "version": "5.2.0", "description": "Configuration and composition management for Hapi.js applications.", "main": "lib/index.js", "author": {