Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrichartz committed Sep 12, 2020
1 parent e3044b5 commit ff96571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
@@ -1,3 +1,6 @@
## 2.4.1
- Fix unnecessary escaping of delimiters when encoding [Fixes #70](https://github.com/beatrichartz/csv/issues/70)
reported by [@karmajunkie](https://github.com/karmajunkie)
## 2.4.0
- Fix [StrayQuoteError](https://hexdocs.pm/csv/CSV.StrayQuoteError.html) not getting
passed the correct arguments in strict mode. [Fixes #96](https://github.com/beatrichartz/csv/issues/96).
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule CSV.Mixfile do
def project do
[
app: :csv,
version: "2.4.0",
version: "2.4.1",
elixir: "~> 1.1",
deps: deps(),
package: package(),
Expand Down

0 comments on commit ff96571

Please sign in to comment.