Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Jul 23, 2024
1 parent 32ca2cf commit ce3b454
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v0.4.3

* fix: handle valid URL without file path

# v0.4.2

* Fix `assets_host()` callback return type
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ File uploads for Elixir
```elixir
def deps do
[
{:bow, "~> 0.4.2"},
{:bow, "~> 0.4.3"},

# for AWS S3 support
{:ex_aws, "~> 2.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Bow.Mixfile do
use Mix.Project

@version "0.4.2"
@version "0.4.3"

def project do
[
Expand Down

0 comments on commit ce3b454

Please sign in to comment.