=============
This release is mostly a compatibility release for HoloViews 1.8. It includes a small number of significant fixes and changes:
- Introduces a general ``project`` operation to project most Element types from one ``crs`` to another ( https://github.com/holoviz/geoviews/pull/69)
- Added a ``gv.RGB`` Element type useful for representing datashader aggregates and particularly loading GeoTiffs with xarray (https://github.com/holoviz/geoviews/pull/75)
- All geoviews geographic Elements declare a ``crs``, which defaults to ``PlateCarree()`` (https://github.com/holoviz/geoviews/pull/76)
- Fix for compatibility with HoloViews 1.8 (https://github.com/holoviz/geoviews/pull/77)