about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-01-20 10:26:41 +0100
committerAlan Pearce2025-01-20 10:26:41 +0100
commit7496bb7e0652d86e2afd05d35e6632dab27c954a (patch)
treee9d6c2246db5e8b082b4bc1312104a6af270d67e
parent584d295c25697c19ffd369d22281f7d53a139f18 (diff)
downloadsearchix-7496bb7e0652d86e2afd05d35e6632dab27c954a.tar.lz
searchix-7496bb7e0652d86e2afd05d35e6632dab27c954a.tar.zst
searchix-7496bb7e0652d86e2afd05d35e6632dab27c954a.zip
chore: release 0.1.18
-rw-r--r--CHANGELOG.md13
-rw-r--r--nix/package.nix2
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 824ee6e..e9b8906 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,17 @@
 # Changelog
 
-## [v0.1.17](https://git.alanpearce.eu/searchix/diff/?id=v0.1.16&id2=fb0ab22c9a8ca1784477e64b03d5cb62d607bc9f) (2025-01-19)
+## [v0.1.18](https://git.alanpearce.eu/searchix/diff/?id=v0.1.17&id2=584d295c25697c19ffd369d22281f7d53a139f18) (2025-01-20)
 
-### Fixes
+### Features
+
+-   allow HTTP request logging to be disabled
+    ([584d295](https://git.alanpearce.eu/searchix/commit/?id=584d295c25697c19ffd369d22281f7d53a139f18))
+-   **sentry:** trace all transactions
+    ([19d8046](https://git.alanpearce.eu/searchix/commit/?id=19d8046f99d9f395f8529886f37292d99dc1a4d9))
+
+### [v0.1.17](https://git.alanpearce.eu/searchix/diff/?id=v0.1.16&id2=v0.1.17) (2025-01-19)
+
+#### Fixes
 
 -   **sentry:** report correct HTTP path in traces
     ([eece88d](https://git.alanpearce.eu/searchix/commit/?id=eece88d32b1b613aba7ec2f11bcfeb10163616b1))
diff --git a/nix/package.nix b/nix/package.nix
index 8e1c1ad..1016c18 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.17";
+  version = "0.1.18";
 in
 buildGoApplication {
   pname = "searchix";