From b54e99bad31bcf70e12b52e9f4f0cd1167c09ed4 Mon Sep 17 00:00:00 2001 From: Paula Date: Tue, 7 Jul 2026 14:59:31 +0200 Subject: [PATCH] chore: prepare 2.1.0 release Stamps the changelog for 2.1.0 and moves the master branch alias to 2.2-dev. --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7027513..a39d23d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.1.0] - 2026-07-07 ### Added - `storage` configuration option to select the storage backend: `elasticsearch` (default), `doctrine` or `in_memory`; when a non-Elasticsearch backend is selected, no Elasticsearch services are registered diff --git a/composer.json b/composer.json index 6b32970..ad78ceb 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } }, "conflict": {