Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch1986 committed Aug 16, 2023
1 parent 1b8b104 commit 284434e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ 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.

## 2.0.0 - 2023-07-28

### Added
- Added test cases for aem_offline_snapshopt

### Changed
- Updated Offline Snapshot to support offline backup & offline compaction of preview architecture
- Updated Makefile target `ci` to run tests
- Improved DDB Client error logging #50
- Improved DDB Client error logging [#50]

## 1.9.1 - 2020-11-16
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version ?= 2.0.1-pre.0
version ?= 2.1.0

ci: clean deps lint test package

Expand Down

0 comments on commit 284434e

Please sign in to comment.