diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a45f7a..15fe37e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Changelog This a log of all the notable changes for [davidwesst.com](https://www.davidwesst.com/). You can find the source code on [GitHub](https://github.com/davidwesst/website). -## [Unreleased] +## [10.1.0] - 2022-11-11 +### Added +- Open Graph and meta tag support for pages and (blog) articles ([#157](https://github.com/davidwesst/website/issues/157)) +- Confirmed site works in Google Search Console (not using Google Analytics) ([#45](https://github.com/davidwesst/website/issues/45)) +- Confirmed site works in Bing Webmaster Tools (not using Microsoft Clarity) ([#16](https://github.com/davidwesst/website/issues/16)) + +### Fixes +- How I use [Semantic Versioning](https://semver.org) as new, backwards compatible features should get a minor release, not a patch release. ## [10.0.2] - 2022-11-08 ### Added diff --git a/package.json b/package.json index a64f9018..d879c173 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dw-website", "private": true, "description": "The personal and somewhat professional website for David Wesst, a.k.a. DW, a.k.a. Wessty.", - "version": "10.0.2", + "version": "10.1.0", "author": "David Wesst ", "homepage": "https://github.com/davidwesst/website#readme", "license": "MIT",