From e221fdd7d6a5320626c9903cd341d483ad7962b9 Mon Sep 17 00:00:00 2001 From: Eli Peter <54954007+ecpeter23@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:37:06 +0200 Subject: [PATCH] ci: Update license generation command to use output flag for consistency (#14) --- CHANGELOG.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index df532443..c7f73847 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] +## [0.1.1] - 2025-06-25 ### Fixed - Fixed a bug where the `scan --no-index` command would not respect the `max_results` config setting (#1)