From acbfd11ee57f546578ab694f40d8c6dd489ec2fc Mon Sep 17 00:00:00 2001 From: Heinrich Klobuczek Date: Fri, 29 Dec 2023 22:54:53 +0100 Subject: [PATCH] bumped version and amended changelog --- CHANGELOG.md | 13 ++++++++++++- lib/active_graph/version.rb | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f9c4a7a..0daf6e61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,21 @@ All notable changes to this project will be documented in this file. This file should follow the standards specified on [http://keepachangelog.com/] This project adheres to [Semantic Versioning](http://semver.org/). -## [11.4.0] 2023-02-12 +## [11.5.0.beta.1] 2023-12-29 + +## Added + +- migrated to zeitwerk +- rails 7.1 support ## Fixed +- caching of has one relationships + +## [11.4.0] 2023-12-02 + +## Added + - Added support for cypher UNION ## [11.3.1] 2023-02-12 diff --git a/lib/active_graph/version.rb b/lib/active_graph/version.rb index 800fc3e03..1c10eaeb9 100644 --- a/lib/active_graph/version.rb +++ b/lib/active_graph/version.rb @@ -1,3 +1,3 @@ module ActiveGraph - VERSION = '11.5.0.alpha.1' + VERSION = '11.5.0.beta.1' end