From 0d479024f833a8f029104bfdc33e141116e6ed58 Mon Sep 17 00:00:00 2001 From: Github Action Date: Fri, 6 Oct 2023 20:15:06 +0000 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec31148..55b0d0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.1.1] - 2023-10-06 +More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.1.1 + +### Bug Fixes + +- Prevent AttributeError root_path when no workspace + +### CI + +- Fix release process + +### Miscellaneous Tasks + +- Manual changes for v1.1.0 release +- Explicit exports from pygls.workspace + +### Build + +- Bump urllib3 from 2.0.5 to 2.0.6 +- V1.1.1 + ## [1.1.0] - 2023-10-02 More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.1.0