release: 2.2.0

This commit is contained in:
cn 2020-03-06 21:55:42 +01:00
parent b597ecb15e
commit c112b211a0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 2.2.0
## 2.2.0 (March 6, 2020)
IMPROVEMENTS:

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dyndnsd
VERSION = '2.1.1'
VERSION = '2.2.0'
end