Skip to content

Commit

Permalink
Release version 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi authored and kevindew committed Oct 3, 2022
1 parent 56242a3 commit cdadda1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

# Unreleased

Nothing yet.

# 4.1.0

* Deprecate usage of `Plek.current` this method will be removed in next
major version. This adds a warning for users.
* Remove public setter methods for `parent_domain` and `external_domain`.
These are not used anywhere so there are no API compatibility issues.
* Allow setting `GOVUK_APP_DOMAIN=""` (empty string). Similarly for
`GOVUK_APP_DOMAIN_EXTERNAL`. This allows single-label domains to be used in
service URLs instead of FQDNs, which eliminates a lot of configuration
Expand Down
2 changes: 1 addition & 1 deletion lib/plek/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Plek
VERSION = "4.0.0".freeze
VERSION = "4.1.0".freeze
end

0 comments on commit cdadda1

Please sign in to comment.