diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e6521..64deef6 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][chg] and this project adheres to [Haskell's Package Versioning Policy][pvp] -## unreleased - 2023-11-23 +## `1.1` - 2023-12-18 - `fallibleRuntime` and `fallibleRuntimeWithContext` report errors to AWS instead of returning `{"Left": "some error"}`. diff --git a/hal.cabal b/hal.cabal index cdc3741..915640a 100644 --- a/hal.cabal +++ b/hal.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 43aeb1fe8cab6199f506ac5347f73c7cab5c0c647744236c862a5e05ff6b3b1c +-- hash: 68071e7a76bb7ee4441cd578bc9de2a1c3ffb2622ab059ce676d816922ed3d4b name: hal -version: 1.0.1 +version: 1.1 synopsis: A runtime environment for Haskell applications running on AWS Lambda. description: This library uniquely supports different types of AWS Lambda Handlers for your needs/comfort with advanced Haskell. Instead of exposing a single function diff --git a/package.yaml b/package.yaml index 312b6d2..99bb281 100644 --- a/package.yaml +++ b/package.yaml @@ -4,7 +4,7 @@ description: | This library uniquely supports different types of AWS Lambda Handlers for your needs/comfort with advanced Haskell. Instead of exposing a single function that constructs a Lambda, this library exposes many. -version: 1.0.1 +version: 1.1 github: Nike-inc/hal license: BSD3 author: Nike, Inc.