Skip to content

Commit

Permalink
Version bump for v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Dec 18, 2024
1 parent f88aae6 commit 0904d36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.4.7

### Enhancements

* Add support for overriding created_at timestamps for copy transform workflows by @Johnabell in https://github.com/commanded/eventstore/pull/282

### Bug fixes

* fix: merge session mode pool config with main config, preserving options by @gf3 in https://github.com/commanded/eventstore/pull/293

## v1.4.6

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EventStore.Mixfile do
use Mix.Project

@source_url "https://github.com/commanded/eventstore"
@version "1.4.6"
@version "1.4.7"

def project do
[
Expand Down

0 comments on commit 0904d36

Please sign in to comment.