Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lau committed Sep 10, 2024
1 parent 00b38af commit e63fc28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for Tzdata

## Dev
## [1.1.2] - 2024-09-09

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tzdata. The [timezone database](https://www.iana.org/time-zones) in Elixir.

Extracted from the [Calendar](https://github.com/lau/calendar) library.

As of version 1.1.1 the tz release 2021e
As of version 1.1.2 the tz release 2024b
is included in the package.

When a new release is out, it will be automatically downloaded at runtime.
Expand All @@ -19,7 +19,7 @@ The tz release version in use can be verified with the following function:

```elixir
iex> Tzdata.tzdata_version
"2021e"
"2024b"
```

## Getting started
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 Tzdata.Mixfile do
use Mix.Project

@version "1.1.1"
@version "1.1.2"

def project do
[
Expand Down

0 comments on commit e63fc28

Please sign in to comment.