diff --git a/CHANGELOG.md b/CHANGELOG.md index ad14c56..60308f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 1.7.0 - 2024-11-01 ### Added diff --git a/deno.json b/deno.json index c78a59a..06a09a3 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@mbw/roarbot", - "version": "1.6.3", + "version": "1.7.0", "exports": { ".": "./mod.ts" } diff --git a/mod.ts b/mod.ts index 4351faf..2a3f7d7 100644 --- a/mod.ts +++ b/mod.ts @@ -86,7 +86,7 @@ export * from "./patterns.ts"; export * from "./rich/post.ts"; const ATTACMHENT_MAX_SIZE = 25 << 20; -const version = "1.6.3"; +const version = "1.7.0"; const logTimeFormat = new Intl.DateTimeFormat("en-US", { timeStyle: "medium", hour12: false,