Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Nov 14, 2022
1 parent f04a299 commit d70c695
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

# v0.4.0
# v0.4.1

* Add `assets_host/0` to `Bow.Uploader` for custom assets host

## v0.4.0

* Relaxed and updated dependencies
* Minimum Elixir version is now 1.4

# v0.3.3
## v0.3.3

* Fix file extension detection

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.0"},
{:bow, "~> 0.4.1"},

# 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.0"
@version "0.4.1"

def project do
[
Expand Down

0 comments on commit d70c695

Please sign in to comment.