Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonPage committed Sep 30, 2019
1 parent 2578336 commit 696bd9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.1

* Updating dependencies.

## v1.0.0

* Deprecating `certConnect()` in favor of `cert_connect()`, following Elixir naming convention.
Expand Down
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `ex_azure_key_vault` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_azure_key_vault, "~> 1.0.0"}
{:ex_azure_key_vault, "~> 1.0.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ by adding `ex_azure_key_vault` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_azure_key_vault, "~> 1.0.0"}
{:ex_azure_key_vault, "~> 1.0.1"}
]
end
```
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 ExAzureKeyVault.MixProject do
use Mix.Project

@version "1.0.0"
@version "1.0.1"
@github_url "https://github.com/RamonPage/ex_azure_key_vault"

def project do
Expand Down

0 comments on commit 696bd9f

Please sign in to comment.