Skip to content

Commit

Permalink
Include #52 in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
slashdotdash committed Jan 18, 2024
1 parent 2039662 commit f20f1c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Changelog

## Next release

### Enhancements

- Use an UPSERT SQL query to insert or update the projection version ([#52](https://github.com/commanded/commanded-ecto-projections/pull/52)).

## 1.3.0

### Enhancements

- Fix Elixir 1.14 compilation warnings ([#45](https://github.com/commanded/commanded-ecto-projections/pull/45)).

---

## 1.2.1

### Enhancements

- Allow exceptions to be rescued by Commanded's event handler ([#37](https://github.com/commanded/commanded-ecto-projections/pull/37)).

## 1.2.0

### Enhancements

- Support runtime projector names ([#32](https://github.com/commanded/commanded-ecto-projections/pull/32)).
- Support `schema_prefix/2` function ([#33](https://github.com/commanded/commanded-ecto-projections/pull/33)).

Expand Down

0 comments on commit f20f1c8

Please sign in to comment.