From 2acee5adf2b2dbe91905de0b9e38a6fdb6df4410 Mon Sep 17 00:00:00 2001 From: Greg Annandale Date: Wed, 5 Apr 2023 17:43:28 +0100 Subject: [PATCH] Bump to v1.4.0 --- CHANGELOG.md | 6 ++++++ lib/rpi_auth/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab2114..988a250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.4.0] + +### Added + +- The `brand` parameter can now optionally be set (for use by the Profile application) + ## [v1.3.0] ### Added diff --git a/lib/rpi_auth/version.rb b/lib/rpi_auth/version.rb index bdde5b4..10db847 100644 --- a/lib/rpi_auth/version.rb +++ b/lib/rpi_auth/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RpiAuth - VERSION = '1.3.0' + VERSION = '1.4.0' end