aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-02 10:24:24 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 10:24:24 +0200
commit4d722c419a1e179683825e5815d8e2c4b35f5ed7 (patch)
treea609d6cd6b66a4244aab30156a1e4907ba82184b
parent63b3bf82632d0477e1ec8e462298652758e8b5f0 (diff)
Release v2.1.0v2.1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebc7f0f..3b11816 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ 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).
-## [UNRELEASED]
+## [2.1.0] - 2024-04-02
### Added
diff --git a/Makefile b/Makefile
index 2343786..917c26c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ETCDIR=/etc
# Variables for building (binary) packages
PREFIX=
-PKG_VERSION=2.0.2
+PKG_VERSION=2.1.0
PKG_WORKDIR:=$(or $(PKG_WORKDIR),$(shell mktemp -d))
PKG_ROOT:=$(PKG_WORKDIR)/bashtard-$(PKG_VERSION)
SOURCE_DATE_EPOCH:=$(shell git show -s --format=%ct)