Skip to content

Commit

Permalink
chore: Bump version to 0.4.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Feb 8, 2024
1 parent 872210e commit 7c8fd28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.2] - 2024-08-02

### Added

- Add `header` and `options` methods to `Lennarb` and `Lennarb::ApplicatiobBase`.

### Fix

- Fix Content-Length header to be the length of the body in the response.

## [0.4.1] - 2024-08-02

### Change
Expand Down
2 changes: 1 addition & 1 deletion lib/lennarb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright, 2023-2024, by Aristóteles Coutinho.

class Lennarb
VERSION = '0.4.1'
VERSION = '0.4.2'

public_constant :VERSION
end

0 comments on commit 7c8fd28

Please sign in to comment.