diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cb24e..72965e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.4.0] - 2019-01-13 + +### Changed + ++ Updated hydrus server version + ## [1.3.0] - 2018-12-12 ### Changed @@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. + Initial release -[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/1.3.0...develop +[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/1.4.0...develop +[1.4.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.2...1.1.0 diff --git a/LICENSE.md b/LICENSE.md index bfa1398..dc2c737 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2018 Michael Serajnik +Copyright (c) 2019 Michael Serajnik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5ff7cce..4105420 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a simple Debian-based Docker setup for running the compiled version of run hydrus server together with [hydrusrv][hydrusrv], but can of course also be used on its own. -The latest build runs [hydrus server version 334][hydrus-server-version]. +The latest build runs [hydrus server version 335][hydrus-server-version]. ## Table of contents @@ -35,7 +35,7 @@ By default, this will pull the latest build. To specify an image with a specific version of hydrus server, provide the version number as tag, e.g.: ```zsh -user@local:~$ docker pull mserajnik/hydrus-server-docker:334 +user@local:~$ docker pull mserajnik/hydrus-server-docker:335 ``` See [here][docker-hub-tags] for all the available version numbers/tags. @@ -153,13 +153,13 @@ You are welcome to help out! [hydrus-server]: http://hydrusnetwork.github.io/hydrus/ [hydrusrv]: https://github.com/mserajnik/hydrusrv -[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v334 +[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v335 [docker-hub]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/ [docker-hub-tags]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/tags/ [docker]: https://www.docker.com/ [semantic-versioning]: https://semver.org/ -[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20334-blue.svg +[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20335-blue.svg [travis]: https://travis-ci.com/mserajnik/hydrus-server-docker [travis-badge]: https://travis-ci.com/mserajnik/hydrus-server-docker.svg