diff --git a/CHANGELOG.md b/CHANGELOG.md index 792fca3..84847c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.3] - 2021-11-11 +### Added +- Missing line to [Readme](README.md) + ## [1.5.2] - 2021-11-11 ### Added - Code for starting ssh-agent to [Bash Config](home/.bashrc) diff --git a/README.md b/README.md index f578438..ebf7450 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Repository with my dotfiles. * [Bash](http://www.gnu.org/software/bash/) - [ .bashrc](home/.bashrc) * [Git](https://git-scm.com/) - [config](home/.config/git/config) +* [SSH](https://www.openssh.com/) - [config](home/.ssh/config) * [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties) * [Tmux](https://github.com/tmux/tmux) - [.tmux.conf](home/.tmux.conf) * [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc) diff --git a/VERSION b/VERSION index 4cda8f1..8af85be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.2 +1.5.3