Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Aug 24, 2024
1 parent 7e2a817 commit 2d68f19
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion docs/Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Release Notes

Note that any update to a new version must be done manually using a `make update` since some variables may now be deprecated/renamed.
Note that any update to a new version might need to be done manually using a `make update` since some variables may now be deprecated/renamed.

## Version 1.4

New containers:

* Maintainerr
* Unpackerr
* Lidarr
* Autobrr
* Speedtest-Tracker
* Recyclarr
* tinyMediaManager
* PASTA
* Netdata

I now realize while writing these notes that version 0.2 was merged into 1.3 without a new Tag release, whoops...

## Version 1.3

Expand Down
2 changes: 1 addition & 1 deletion hms-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
become: yes
gather_facts: yes
vars:
hmsd_current_version: 1.3
hmsd_current_version: 1.4
hmsd_version_file: "{{ hms_docker_data_path }}/.hmsd-version"
regex: '[^A-Za-z0-9._-]'
replace: '_'
Expand Down

0 comments on commit 2d68f19

Please sign in to comment.