diff --git a/docs/changelog.md b/docs/changelog.md index 1ef70c75..40407f83 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -19,6 +19,19 @@ Do *NOT* manually add changelog entries here! This file is updated by +## v1.2.0 + +### Minor Changes + +- Add support for playbook adjacent collections (#511) @priyamsahoo +- Use antsibull-docs-ts to render semantic markup (#563) @felixfontein + +### Bugfixes + +- Fix isPlaybook method (#590) @priyamsahoo +- Fix vars completion in task files (#589) @priyamsahoo +- Return URI instead of filepath (#560) @ajinkyau + ## v1.1.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index b1461217..693ca5d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ansible/ansible-language-server", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ansible/ansible-language-server", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@flatten-js/interval-tree": "^1.0.20", diff --git a/package.json b/package.json index 516c4a13..919d2ec9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Ansible", "description": "Ansible language server", "license": "MIT", - "version": "1.1.0", + "version": "1.2.0", "contributors": [ { "name": "Tomasz Maciążek",