Skip to content

Commit

Permalink
bumped version and amended changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 29, 2023
1 parent 43951b0 commit acbfd11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/active_graph/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveGraph
VERSION = '11.5.0.alpha.1'
VERSION = '11.5.0.beta.1'
end

0 comments on commit acbfd11

Please sign in to comment.