diff --git a/CHANGELOG.md b/CHANGELOG.md index 463652d..0a527cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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 + ## 2.1.0 - 2023-08-16 ### Removed - Removed preview config parameter `min-preview-publish-instances`, as if we want to proceed with offline-snapshot even if no preview instance is found. diff --git a/Makefile b/Makefile index 1e93d53..6499f68 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 2.1.0 +version ?= 2.1.1-pre.0 ci: clean deps lint test package