From a6019319a2c0278a9c825d1e1753f8b672ccd536 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Wed, 18 May 2016 14:51:13 +0200 Subject: [PATCH] Version bump 1.4.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20bb40c..e6a67e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ - [S] release are always compared to the previous [S] release. +## Version 1.4.2 (2016-05-18) [S] + - [FIX]: Password verification not implemented in RCC login page + ## Version 1.4.1 (2016-05-18) [S] - Switch to HTTP Basic Auth for the RCC API - Store password as hash diff --git a/package.json b/package.json index 6765a59..60f926b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rangitaki", - "version": "1.4.1", + "version": "1.4.2", "description": "A simple PHP blogging engine without any database dependencies", "main": "index.php", "scripts": {