Skip to content

Commit 8f9e052

Browse files
committed
Release v1.1.1
1 parent 1028ab0 commit 8f9e052

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v1.1.1](https://github.com/cabol/nebulex_redis_adapter/tree/v1.1.1) (2020-01-25)
4+
5+
[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.1.0...v1.1.1)
6+
7+
**Closed issues:**
8+
9+
- jchash.start undefined function [\#13](https://github.com/cabol/nebulex_redis_adapter/issues/13)
10+
- Can you release? [\#12](https://github.com/cabol/nebulex_redis_adapter/issues/12)
11+
12+
**Merged pull requests:**
13+
14+
- Compression of data in Redis [\#18](https://github.com/cabol/nebulex_redis_adapter/pull/18) ([vovayartsev](https://github.com/vovayartsev))
15+
- Replaced the redis FLUSHALL command by FLUSHDB [\#17](https://github.com/cabol/nebulex_redis_adapter/pull/17) ([Atlas42](https://github.com/Atlas42))
16+
- \[\#15\] Allow storing raw strings, not the whole `Nebulex.Object.t\(\)` [\#16](https://github.com/cabol/nebulex_redis_adapter/pull/16) ([cabol](https://github.com/cabol))
17+
18+
## [v1.1.0](https://github.com/cabol/nebulex_redis_adapter/tree/v1.1.0) (2019-05-11)
219

3-
## [v1.1.0](https://github.com/cabol/nebulex_redis_adapter/tree/v1.1.0) (2019-05-10)
420
[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.0.0...v1.1.0)
521

622
**Implemented enhancements:**
@@ -16,16 +32,15 @@
1632
- Cluster Support [\#11](https://github.com/cabol/nebulex_redis_adapter/pull/11) ([cabol](https://github.com/cabol))
1733

1834
## [v1.0.0](https://github.com/cabol/nebulex_redis_adapter/tree/v1.0.0) (2018-12-12)
35+
36+
[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/21160dbff1d8a6df333dc5c35fef46964649470b...v1.0.0)
37+
1938
**Implemented enhancements:**
2039

2140
- Add TravisCI support [\#7](https://github.com/cabol/nebulex_redis_adapter/issues/7)
2241
- Implement `Nebulex.Adapter.Transaction` interface [\#2](https://github.com/cabol/nebulex_redis_adapter/issues/2)
2342
- Implement `Nebulex.Adapter.Queryable` behaviour [\#1](https://github.com/cabol/nebulex_redis_adapter/issues/1)
2443

25-
**Merged pull requests:**
26-
27-
- Allow redix config using `url` [\#6](https://github.com/cabol/nebulex_redis_adapter/pull/6) ([sbennett33](https://github.com/sbennett33))
28-
2944

3045

31-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
46+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule NebulexRedisAdapter.MixProject do
22
use Mix.Project
33

4-
@version "1.1.1-dev"
4+
@version "1.1.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)