Skip to content

Commit

Permalink
Bump the version to 1.4.6 and update the changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Oct 24, 2024
1 parent abc8e4a commit 9ad7a1e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v1.4.6

### Enhancements

* Bump version
* Updates changelog :)

## v1.4.5

### Enhancements

* Add a docker compose file for standing up a suitable development database ([#290](https://github.com/commanded/eventstore/pull/290)).

### Bug fixes

* `append_to_stream` can now properly append more than 1000 events again ([#289](https://github.com/commanded/eventstore/pull/289)).

## v1.4.4

### Bug fixes
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.4"
@version "1.4.6"

def project do
[
Expand Down

0 comments on commit 9ad7a1e

Please sign in to comment.