Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Nov 11, 2019
1 parent 72eaa11 commit 3eabe96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## [v1.1.1](https://github.com/cabol/nebulex/tree/v1.1.1) (2019-11-07)
## [v1.1.1](https://github.com/cabol/nebulex/tree/v1.1.1) (2019-11-11)

[Full Changelog](https://github.com/cabol/nebulex/compare/v1.1.0...v1.1.1)

Expand All @@ -16,6 +16,7 @@

**Closed issues:**

- Pre Expire Hook [\#57](https://github.com/cabol/nebulex/issues/57)
- Add matching option on returned result to Nebulex.Caching [\#55](https://github.com/cabol/nebulex/issues/55)
- Multi Level with dist not working as expected [\#54](https://github.com/cabol/nebulex/issues/54)
- Adapter for FoundationDB [\#51](https://github.com/cabol/nebulex/issues/51)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Nebulex.Mixfile do
use Mix.Project

@version "1.1.1-dev"
@version "1.1.1"

def project do
[
Expand Down

0 comments on commit 3eabe96

Please sign in to comment.