Skip to content

Commit

Permalink
chore(master): release 0.1.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbauer committed May 14, 2024
1 parent ae81a33 commit 7ef58b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.1](https://github.com/damonbauer/logsnag-ruby/compare/v0.1.0...v0.1.1) (2024-05-14)

### deps

* bump rake from 13.1.0 to 13.2.1 ([e26a5c2](https://github.com/damonbauer/logsnag-ruby/commit/e26a5c241075d16d2d5c80e71cff8c54e1e4c704))
* bump httparty from 0.21.0 to 0.22.0 ([4bbdab9](https://github.com/damonbauer/logsnag-ruby/commit/4bbdab9b5c57eb464f3a2ae09c535ff3362cd411)) (thanks @bradpurchase)

### Miscellaneous Chores

* release 0.1.1 ([ae81a33](https://github.com/damonbauer/logsnag-ruby/commit/ae81a33e3d7cd7b63b85f0e9e08d282eb44cd10a))

## 0.1.0 (2023-11-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
logsnag-ruby (0.1.0)
logsnag-ruby (0.1.1)
httparty (~> 0.22.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/logsnag/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LogSnag
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 7ef58b8

Please sign in to comment.