Skip to content

Commit

Permalink
Bump logstash to 0.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jun 25, 2023
1 parent 908b1f5 commit 99bce0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog for logstash

## v0.1.0.4

- Compatibility with GHC 9.6

## v0.1.0.1

- Fixes a bug which caused `LogstashConnection`s from a `LogstashPool` to not get released properly in `runLogstashPool`
## v0.1

- First release with support for connecting to `tcp` (incl. TLS) Logstash inputs and the `json_lines` codec.
- First release with support for connecting to `tcp` (incl. TLS) Logstash inputs and the `json_lines` codec.
4 changes: 2 additions & 2 deletions logstash/logstash.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack

name: logstash
version: 0.1.0.3
version: 0.1.0.4
synopsis: Logstash client library for Haskell
description: Please see the README on GitHub at <https://github.com/mbg/logstash#readme>
category: Network
Expand Down
2 changes: 1 addition & 1 deletion logstash/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: logstash
version: 0.1.0.3
version: 0.1.0.4
github: "mbg/logstash"
license: MIT
author: "Michael B. Gale"
Expand Down

0 comments on commit 99bce0b

Please sign in to comment.