1
0
espelhamento de https://github.com/cmur2/dyndnsd.git sincronizado 2025-09-18 11:52:00 +02:00

release: 3.9.1

Esse commit está contido em:
Christian Nicolai
2023-07-06 09:04:57 +02:00
commit a54235fcf2
2 arquivos alterados com 7 adições e 1 exclusões

Ver arquivo

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 3.9.1 (July 6, 2023)
OTHER:
- update base of Docker image to Alpine 3.18.2 (from 3.18.0 before)
## 3.9.0 (June 8, 2023) ## 3.9.0 (June 8, 2023)
IMPROVEMENTS: IMPROVEMENTS:

Ver arquivo

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