Skip to content

Commit

Permalink
Bump to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoe committed Aug 20, 2024
1 parent 144946d commit 1ac71db
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.1] - 2024-08-20

### Added

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.0"}
{:carbonite, "~> 0.14.1"}
]
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.0"
@version "0.14.1"

def project do
[
Expand Down

0 comments on commit 1ac71db

Please sign in to comment.