Skip to content

Commit

Permalink
Bumb to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobht committed Aug 27, 2023
1 parent 1f4f275 commit b6603ab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

---

## 1.1.0

- New features and update dependencies to support elixir 1.15

### Added/Changed

- Added support for streaming blobs
- Added support for copying blobs
- Added support for deleting blobs
- Removed Timex dependency
- Updated dependencies to get fix for supporing elixir 1.15

### Fixed

## 1.0.0

- Bump to version 1.0.0, has been used in production in several places
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ by adding `azurex` to your list of dependencies in `mix.exs` e.g.:
```elixir
def deps do
[
{:azurex, "~> 1.0.0"}
{:azurex, "~> 1.1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Azurex.MixProject do
def project do
[
app: :azurex,
version: "1.0.0",
version: "1.1.0",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit b6603ab

Please sign in to comment.