Skip to content

Commit

Permalink
Roll version
Browse files Browse the repository at this point in the history
  • Loading branch information
Schultzer committed Oct 20, 2022
1 parent cc16e56 commit 57a24c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Cldr Territories v2.4.1 Octorber 20nd, 2022

### Enhancements

* Fixed spec for `known_territory_subdivisions/2` thanks to @zorbash

## Cldr Territories v2.4.0 February 22nd, 2022

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Add `ex_cldr_territories` as a dependency to your `mix` project:
```elixir
defp deps do
[
{:ex_cldr_territories, "~> 2.0"}
{:ex_cldr_territories, "~> 2.4.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cldr.Territories.Mixfile do
use Mix.Project

@version "2.4.0"
@version "2.4.1"

def project do
[
Expand Down

0 comments on commit 57a24c9

Please sign in to comment.