Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaturtle committed Oct 17, 2023
1 parent 3a3f2fb commit 88d97ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0] - 2023-10-17

### BREAKING CHANGES
- Drops support for ruby versions 2.7 and 3.0. Only ruby 3.1 or newer is now supported.
- `EngagingNetworksRest.new` and `EngagingNetworksRest::Client.new` now require the `host` parameter

### Development changes
- Removed juwelier. Dependencies are now managed only in the gemspec file.
- Replaced byebug with debug
- Upgraded required faker version to eliminate the need for pinning psych

## [0.7.0] - 2023-10-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
1.0.0
4 changes: 2 additions & 2 deletions engaging-networks-rest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Gem::Specification.new do |s|
s.name = "engaging-networks-rest".freeze
s.version = "0.7.0"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Grey Moore".freeze]
s.date = "2023-10-16"
s.date = "2023-10-17"
s.description = "Client gem for the ENS API to Engaging Networks".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit 88d97ad

Please sign in to comment.