From 94093c4d5f6387aee53cc4ae61681a7c6ba4d4b1 Mon Sep 17 00:00:00 2001 From: Rico Metzger Date: Tue, 28 Oct 2025 09:38:15 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3352b3f..12f2481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## (Unreleased) +## v0.4.0 + +- Move ownership to my new repository structure + ## v0.3.0 - Removed parsing the jwt token, reading the information `company_id`, `company_name`, `uid` from the userinfo endpoint. From 5f058696f38bd7d5adc8b6fb052278654c8537ca Mon Sep 17 00:00:00 2001 From: Rico Metzger Date: Tue, 28 Oct 2025 09:39:57 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4bb7c0..e9aff7f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Überauth Bexio -[![Continuous Integration](https://github.com/smart-software-engineering/ueberauth_bexio/actions/workflows/elixir.yml/badge.svg)](https://github.com/smart-software-engineering/ueberauth_bexio/actions/workflows/elixir.yml/badge.svg) +[![Continuous Integration](https://github.com/titaniumcoder/ueberauth_bexio/actions/workflows/elixir.yml/badge.svg)](https://github.com/smart-software-engineering/ueberauth_bexio/actions/workflows/elixir.yml/badge.svg) [![Module Version](https://img.shields.io/hexpm/v/ueberauth_bexio.svg)](https://hex.pm/packages/ueberauth_bexio) [![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/ueberauth_bexio/) [![Total Download](https://img.shields.io/hexpm/dt/ueberauth_bexio.svg)](https://hex.pm/packages/ueberauth_bexio) [![License](https://img.shields.io/hexpm/l/ueberauth_bexio.svg)](https://github.com/ueberauth/ueberauth_bexio/blob/master/LICENSE) -[![Last Updated](https://img.shields.io/github/last-commit/smart-software-engineering/ueberauth_bexio.svg)](https://github.com/smart-software-engineering/ueberauth_bexio/commits/master) +[![Last Updated](https://img.shields.io/github/last-commit/stitaniumcoder/ueberauth_bexio.svg)](https://github.com/titaniumcoder/ueberauth_bexio/commits/master) > Bexio OAuth2 strategy for Überauth. @@ -19,7 +19,7 @@ ```elixir def deps do [ - {:ueberauth_bexio, "~> 0.3.0"} + {:ueberauth_bexio, "~> 0.4.0"} ] end ``` @@ -103,6 +103,6 @@ To guard against client-side request modification, it's important to still check ## Copyright and License -Copyright (c) 2024 Smart Software Engineering SRL +Copyright (c) 2025 Rico Metzger -Released under the MIT License, which can be found in the repository in [LICENSE](https://github.com/smart-software-engineering/ueberauth_bexio/blob/master/LICENSE). +Released under the MIT License, which can be found in the repository in [LICENSE](https://github.com/titaniumcoder/ueberauth_bexio/blob/master/LICENSE). From ac441d879959e9e63eea6381c2904eabc89a16ec Mon Sep 17 00:00:00 2001 From: Rico Metzger Date: Tue, 28 Oct 2025 09:40:26 +0100 Subject: [PATCH 3/3] Update mix.exs --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index b9166fd..c9872d8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,8 +1,8 @@ defmodule UeberauthBexio.MixProject do use Mix.Project - @source_url "https://github.com/smart-software-engineering/ueberauth_bexio" - @version "0.3.0" + @source_url "https://github.com/titaniumcoder/ueberauth_bexio" + @version "0.4.0" def project do [