diff --git a/README.md b/README.md index 3fcacd7da..5ac623d84 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Luxon is a library for working with dates and times in JavaScript. DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toISO(); ``` +## 🚀 The road to Luxon 4.0 + +Please [read about and share your feedback](https://github.com/moment/luxon/discussions/1742) on the plans for the next major version of Luxon! + ## Upgrading to 3.0 [Guide](https://moment.github.io/luxon/#upgrading)