From f014db32437aa61c86fc0ef1067cd2bc6a37205c Mon Sep 17 00:00:00 2001
From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com>
Date: Thu, 14 Sep 2023 20:40:15 +0200
Subject: chore(main): release 1.16.0 (#277)
---
CHANGELOG.md | 7 +++++++
README.md | 2 +-
lua/mason-lspconfig/version.lua | 4 ++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c064f2..c007506 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.16.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.15.0...v1.16.0) (2023-09-14)
+
+
+### Features
+
+* add thriftls ([#276](https://github.com/williamboman/mason-lspconfig.nvim/issues/276)) ([878afbd](https://github.com/williamboman/mason-lspconfig.nvim/commit/878afbdf9f041142306976c583bdbf1aba1395d7))
+
## [1.15.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.14.0...v1.15.0) (2023-09-09)
diff --git a/README.md b/README.md
index 7b3b1b9..e86f1b7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
:help mason-lspconfig.nvim
- Latest version: v1.15.0 + Latest version: v1.16.0
# Table of Contents diff --git a/lua/mason-lspconfig/version.lua b/lua/mason-lspconfig/version.lua index f18d1c6..fa50611 100644 --- a/lua/mason-lspconfig/version.lua +++ b/lua/mason-lspconfig/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.15.0" -- x-release-please-version +M.VERSION = "v1.16.0" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major -M.MINOR_VERSION = 15 -- x-release-please-minor +M.MINOR_VERSION = 16 -- x-release-please-minor M.PATCH_VERSION = 0 -- x-release-please-patch return M -- cgit v1.2.3-70-g09d2