From c019ae64b59d32ae2f310e8fb075a75309c3e21a Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:53:37 -0800 Subject: [PATCH] Add CHANGELOG for v1.11.1 (#708) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f7d672..42c36583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +Version 1.11.1 +============== + +Date: February 13, 2024 + +This release brings minor bug fix and a few docs changes. Many thanks to @dwr-psandhu for his first contribution and @Hoxbro, @maximlt, and @ahuang11 for their ongoing contributions. + +Enhancements: + +- Add support for `ImageStack` ([#693](https://github.com/holoviz/geoviews/pull/693)) +- Update `WMTS` params to match Bokeh ([#698](https://github.com/holoviz/geoviews/pull/698)) + +Documentation: + +- Show all tile sources ([#699](https://github.com/holoviz/geoviews/pull/699)) +- Add downloads badges by @ahuang11 ([#702](https://github.com/holoviz/geoviews/pull/702)) +- Replace Google Analytics with GoatCounter ([#692](https://github.com/holoviz/geoviews/pull/692)) + +Bug Fixes: + +- Fix minimum zoom level ([#688](https://github.com/holoviz/geoviews/pull/688)) + +Maintenance: + +- General maintenance ([#687](https://github.com/holoviz/geoviews/pull/687), [#689](https://github.com/holoviz/geoviews/pull/689), [#696](https://github.com/holoviz/geoviews/pull/696), [#705](https://github.com/holoviz/geoviews/pull/705)) + Version 1.11.0 ==============