Skip to content

Commit

Permalink
Bump to 0.14.2 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoe authored Aug 21, 2024
1 parent 40383b0 commit 6a447a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## [0.14.2] - 2024-08-21

**New migration patches:** 11

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Due to its use of [`pg_current_xact_id`](https://www.postgresql.org/docs/13/func
# mix.exs
def deps do
[
{:carbonite, "~> 0.14.1"}
{:carbonite, "~> 0.14.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
defmodule Carbonite.MixProject do
use Mix.Project

@version "0.14.1"
@version "0.14.2"

def project do
[
Expand Down

0 comments on commit 6a447a2

Please sign in to comment.