mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
release: 3.6.0
This commit is contained in:
parent
c0d69f591f
commit
7bcaf18f7e
@ -1,11 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 3.6.0
|
||||
## 3.6.0 (June 2nd, 2022)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- Drop EOL Ruby 2.6 and lower support, now minimum version supported is Ruby 2.7
|
||||
|
||||
OTHER:
|
||||
|
||||
- update base of Docker image to Alpine 3.16 (from 3.15.7 before)
|
||||
|
||||
## 3.5.3 (May 5th, 2022)
|
||||
|
||||
OTHER:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Dyndnsd
|
||||
VERSION = '3.5.3'
|
||||
VERSION = '3.6.0'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user