1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-10-05 03:52:02 +02:00

release: 3.11.0

This commit is contained in:
cn
2025-10-02 20:27:15 +02:00
parent 62df373c77
commit e9aab4f334
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
# Changelog # Changelog
## 3.11.0 ## 3.11.0 (October 2nd, 2025)
IMPROVEMENTS: IMPROVEMENTS:
- add Ruby 3.4 support - add Ruby 3.4 support
- update base of Docker image to Alpine 3.22.1 (from 3.19.0 before)
## 3.10.0 (January 18th, 2024) ## 3.10.0 (January 18th, 2024)

View File

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