Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ottony committed Nov 12, 2024
1 parent b0e6f9f commit 6eadd2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [Unreleased]

## [1.3.0] - 2024-10-30
## [2.0.0] - 2024-11-12

- Remove support for instance usage of Incognia::Api
- Remove invalid feedback types
- Remove support for feedback timestamp attribute

## [1.3.0] - 2024-11-12

- Add support for general configuration and use Incognia::Api as a static class

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:
incognia_api (1.3.0)
incognia_api (2.0.0)
faraday (~> 1.10)
faraday_middleware (~> 1.2)

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

module Incognia
VERSION = "1.3.0"
VERSION = "2.0.0"
end

0 comments on commit 6eadd2e

Please sign in to comment.