Skip to content

Commit

Permalink
Release version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Apr 6, 2024
1 parent 3b9768d commit 867ca0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [v1.1.4](https://github.com/danielberkompas/cloak/tree/v1.1.4) (2024-04-06)

[Full Changelog](https://github.com/danielberkompas/cloak/compare/v1.1.3...v1.1.4)

**Fixed bugs:**

- ETS error when running Vault without mix [\#125](https://github.com/danielberkompas/cloak/issues/125)

**Merged pull requests:**

- Raise helpful error if vault hasn't been started [\#126](https://github.com/danielberkompas/cloak/pull/126) ([danielberkompas](https://github.com/danielberkompas))

## [v1.1.3](https://github.com/danielberkompas/cloak/tree/v1.1.3) (2024-04-06)

[Full Changelog](https://github.com/danielberkompas/cloak/compare/v1.1.2...v1.1.3)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -2,7 +2,7 @@ defmodule Cloak.Mixfile do
use Mix.Project

@source_url "https://github.com/danielberkompas/cloak"
@version "1.1.3"
@version "1.1.4"

def project do
[
Expand Down

0 comments on commit 867ca0f

Please sign in to comment.