diff --git a/docs/changelog.md b/docs/changelog.md index c1d9453b..655a5e5b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,13 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.6.11 - 21 apr '23 + - update deps + - update locales (polish, spanish, catalan, galician) + - really fix #259 + - fix #258 without setting TZ env + - minor fix with events starting or ending at 00:00 + ### 1.6.10 - 14 apr '23 - add support to online events (thanks @sedum) #26 - show past events in tag and place pages #259 diff --git a/docs/index.md b/docs/index.md index 4132de8e..b80554d4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ permalink: / A shared agenda for local communities. {: .fs-6 } -Last release **[1.6.8 - 30 Mar 2023](/changelog#168---30-mar-23)** +Last release **[1.6.10 - 14 Apr 2023](/changelog#1610---14-apr-23)** [Install]({% link install/install.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [Demo](https://demo.gancio.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 } diff --git a/package.json b/package.json index ba06e95a..68406b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.6.10", + "version": "1.6.11", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {