Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Jul 11, 2023
1 parent 2dee405 commit b2b9de6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## v1.7.1

July 2023.

* Allow floats in commands.

* Remove unused include-lib eunit.hrl which caused problems for Elixir users.

## v1.7.0

July 2022.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Eredis.Mixfile do
use Mix.Project

@source_url "https://github.com/Nordix/eredis/"
@version "1.7.0"
@version "1.7.1"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion src/eredis.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,eredis,
[{description,"Erlang Redis Client"},
{vsn,"1.7.0"},
{vsn,"1.7.1"},
{modules,[eredis,eredis_client,eredis_parser,eredis_sub,
eredis_sub_client, eredis_sentinel]},
{registered,[]},
Expand Down

0 comments on commit b2b9de6

Please sign in to comment.