mirror of
https://github.com/cmur2/dyndnsd.git
synced 2025-01-02 14:54:23 +01:00
release: 3.8.0
This commit is contained in:
parent
d68a93a94f
commit
481504f174
@ -1,11 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 3.8.0
|
## 3.8.0 (January 13th, 2023)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
- add Ruby 3.2 support
|
- add Ruby 3.2 support
|
||||||
|
|
||||||
|
OTHER:
|
||||||
|
|
||||||
|
- update base of Docker image to Alpine 3.17.1 (from 3.17.0 before)
|
||||||
|
|
||||||
## 3.7.3 (December 29th, 2022)
|
## 3.7.3 (December 29th, 2022)
|
||||||
|
|
||||||
OTHER:
|
OTHER:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Dyndnsd
|
module Dyndnsd
|
||||||
VERSION = '3.7.3'
|
VERSION = '3.8.0'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user