Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed May 29, 2024
1 parent 8d5a228 commit 1d7a920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

**Note that `ex_cldr_calendars` version 1.21.1 and later are supported on Elixir 1.11 and later only.**
**Note that `ex_cldr_calendars` version 1.24.0 and later are supported on Elixir 1.12 and later only.**

## Cldr.Calendars v1.24.0

This is the changelog for Cldr Calendars v1.24.0 released on _____, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_calendars/tags)

### Bug Fixes

* Fix compiler warnings for Elixir 1.17.

### Enhancements

* Adds new calendar callbacks `Calendar.shift_date/4`, `Calendar.shift_time/5` and `Calendar.shift_naive_datetime/8` supported in Elixir 1.17.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule Cldr.Calendar.MixProject do
use Mix.Project

@version "1.23.1"
@version "1.24.0"

def project do
[
app: :ex_cldr_calendars,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.12",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env()),
name: "Cldr Calendars",
Expand Down

0 comments on commit 1d7a920

Please sign in to comment.