From 4e0cd6e312523898187194fd05a96e734f3e7eb9 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 12 Aug 2020 11:51:08 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff7cc8..4ae4f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://sigyl.com///compare/v1.0.0...v1.1.0) "chore(release): 1.1.0" (2020-08-12) + + +### Features + +* squid 4.12 ubuntu focal ([a2db620](https://sigyl.com///commit/a2db62061d508c298bcac0f180a08568f7d4241c)) + ## 1.0.0 "chore(release): 1.0.0" (2020-08-11) diff --git a/package.json b/package.json index aa257bd..4e586a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "squid-4", - "version": "1.0.0", + "version": "1.1.0", "description": "squid-4 for ssl proxying", "scripts": { "release": "standard-version", @@ -16,4 +16,4 @@ "devDependencies": { "standard-version": "git+https://github.com/gilesbradshaw/standard-version.git" } -} \ No newline at end of file +}