Skip to content

Commit 35cc1cd

Browse files
committed
Bump version to 0.5.1
1 parent f3b42b7 commit 35cc1cd

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/fishbrain/tarpon/compare/v0.5.0...HEAD)
7+
## [Unreleased](https://github.com/fishbrain/tarpon/compare/v0.5.1...HEAD)
8+
9+
## [0.5.1](https://github.com/fishbrain/tarpon/compare/v0.5.0...v0.5.1)
10+
11+
### Added
12+
- Support updating subscriber attributes from [@MohamedBng](https://github.com/MohamedBng) and [@Spone](https://github.com/Spone)
813

914
## [0.5.0](https://github.com/fishbrain/tarpon/compare/v0.4.0...v0.5.0) - 2022-12-01
1015

lib/tarpon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Tarpon
4-
VERSION = '0.5.0'
4+
VERSION = '0.5.1'
55
end

0 commit comments

Comments
 (0)