diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0f96d46..baff99e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.4] - 2021-07-03 + +### Changed + +- Removed `logs/doom.log` and added it to `gitignore` (#27) + +### Fixed + +- `nvim-telescope` plugin breaking changes, updated configurations +- `indent-blankline` plugin lua branch removal notice, moved to master branch (#27) + ## [2.3.3] - 2021-07-01 ### Changed diff --git a/install.sh b/install.sh index 3efae813f..8391b3a27 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ BYellow='\033[1;33m' # Yellow # }}} # Doom Nvim version -DoomNvimVersion='2.3.3' +DoomNvimVersion='2.3.4' # System OS System="$(uname -s)" diff --git a/lua/doom/config/init.lua b/lua/doom/config/init.lua index b7d219ec5..3fc403316 100644 --- a/lua/doom/config/init.lua +++ b/lua/doom/config/init.lua @@ -4,7 +4,7 @@ -- License: MIT -- ---[[---------------------------------------]]--- -- Doom Nvim version -Doom_version = '2.3.3' +Doom_version = '2.3.4' -- Check if running Neovim or Vim and fails if: -- 1. Running Vim instead of Neovim