diff --git a/CHANGELOG.md b/CHANGELOG.md index c810012..9bc5b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.2.0](https://github.com/politics-rewired/fly-shortener/compare/v1.1.0...v1.2.0) (2021-08-30) + + +### Features + +* add timezone support for date code replacement ([9bba388](https://github.com/politics-rewired/fly-shortener/commit/9bba38873fa1701f689ced57fca4ea3fc607fe52)) + ## [1.1.0](https://github.com/politics-rewired/fly-shortener/compare/v1.0.0...v1.1.0) (2021-08-29) diff --git a/package.json b/package.json index 9bb3367..7c23649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fly-shortener", - "version": "1.1.0", + "version": "1.2.0", "description": "A basic Redis-backed link shortener backed by Google Sheets.", "author": { "name": "Benjamin Chrobot",